다음을 통해 공유


InternetTimeout 속성

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

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication.dll의 Microsoft.SqlServer.Replication

구문

‘선언
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.