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
A Int32 value.

實作

IMergeSynchronizationAgent. . :: . .InternetTimeout

備註

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