The LoginTimeout property specifies the maximum number of seconds to wait for connections to be established.
SQLDistribution Object | SQLMerge Object |
object.LoginTimeout [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Number of seconds for connections to be established |
The default is 15. A value of 0 means to wait indefinitely.
Integer
Read/write
HRESULT get_LoginTimeout(short *pVal);
HRESULT put_LoginTimeout(short newVal);