หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The LoginTimeout property specifies the maximum number of seconds to wait for connections to be established.
Syntax
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. |
Applies To
SQLDistribution Object (Replication ActiveX)
SQLMerge Object (Replication ActiveX)
Remarks
The default is 15 seconds. A value of 0 specifies an indefinite wait.
Data Type
Integer
Modifiable
Read/write
Prototype C/C++
HRESULT get_LoginTimeout(short *pVal);
HRESULT put_LoginTimeout(short newVal);