Gets or sets the HTTP time-out when connecting to the Web server.
命名空间: Microsoft.SqlServer.Replication
程序集: Microsoft.SqlServer.Replication(在 Microsoft.SqlServer.Replication.dll 中)
语法
声明
Property InternetTimeout As Integer
Get
Set
用法
Dim instance As IMergeSynchronizationAgent
Dim value As Integer
value = instance.InternetTimeout
instance.InternetTimeout = value
int InternetTimeout { get; set; }
property int InternetTimeout {
int get ();
void set (int value);
}
abstract InternetTimeout : int with get, set
function get InternetTimeout () : int
function set InternetTimeout (value : int)
属性值
类型:System.Int32
A Int32 value.