RelationalSelectTaskCommandTimeout Property |
Gets 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 (9.0.0.1000)
Syntaxpublic int CommandTimeout { get; }Public ReadOnly Property CommandTimeout As Integer
Get
public:
property int CommandTimeout {
int get ();
}member CommandTimeout : int with get
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| Exception | Condition |
|---|
| ArgumentOutOfRangeException | The property value assigned is less than 0. |
See Also