The QueryTimeout property specifies the number of seconds allowed for internal queries to complete.
SQLDistribution Object | SQLMerge Object |
object.QueryTimeout [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Number of seconds allowed for internal queries to be returned |
The default value is 30.
A value of 0 means to wait indefinitely.
Integer
Read/write
HRESULT get_QueryTimeout(short *pVal);
HRESULT put_QueryTimeout(short newVal);