MergeSynchronizationAgent.InternetTimeout 属性

Gets or sets the HTTP time-out when connecting to the Web server.

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Replication(在 Microsoft.SqlServer.Replication.dll 中)

语法

声明
Public Overridable Property InternetTimeout As Integer 
    Get 
    Set
用法
Dim instance As MergeSynchronizationAgent 
Dim value As Integer 

value = instance.InternetTimeout

instance.InternetTimeout = value
public virtual int InternetTimeout { get; set; }
public:
virtual property int InternetTimeout {
    int get ();
    void set (int value);
}
abstract InternetTimeout : int with get, set 
override InternetTimeout : int with get, set
function get InternetTimeout () : int 
function set InternetTimeout (value : int)

属性值

类型:System.Int32
The HTTP time-out.

实现

IMergeSynchronizationAgent.InternetTimeout

注释

The InternetTimeout property specifies the maximum number of seconds to wait for connections to be established when using Web synchronization.

请参阅

参考

MergeSynchronizationAgent 类

Microsoft.SqlServer.Replication 命名空间

其他资源

如何为合并复制配置 Web 同步(RMO 编程)

合并复制的 Web 同步