QueryProviderTaskCommandTimeout Property |
Gets or sets the wait time before terminating the attempt to execute a command
and generating an error.
Namespace:
Dundas.BI.Data.DataProviders.Tasks
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public int CommandTimeout { get; protected set; }
Public Property CommandTimeout As Integer
Get
Protected Set
public:
property int CommandTimeout {
int get ();
protected: void set (int value);
}
member CommandTimeout : int with get, set
Property Value
Type:
Int32
The time (in seconds) to wait for the command to execute. The default value
is 30 seconds. A value of 0 indicates no limit.
Exceptions See Also