إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
The InternetTimeout property specifies the maximum number of seconds to wait for connections to be established when using Web synchronization.
Syntax
object.InternetTimeout [= value]
| Part | Description |
|---|---|
object |
Expression that evaluates to a SQLMerge Object (Replication ActiveX) object. |
value |
Number of seconds for connections to be established. |
Applies To
SQLMerge Object (Replication ActiveX)
Remarks
For more information on using Web synchronization for merge replication, see Web Synchronization for Merge Replication.
Data Type
Integer
Modifiable
Read/write
Prototype C/C++
HRESULT get_InternetTimeout(short *pVal);
HRESULT put_InternetTimeout(short newVal);