The CommandTimeout property specifies the amount of time, in seconds, before the command is presumed to have failed.
ExecuteSQLTask Object |
object.CommandTimeout [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Time, in seconds, before the command is presumed to have failed |
A value of 0 (default) indicates no time-out period.
Long
Read/write
HRESULT GetCommandTimeout(LONG *pRetVal);
HRESULT SetCommandTimeout(LONG NewValue);