다음을 통해 공유


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 네임스페이스

관련 자료

방법: 병합 복제에 대한 웹 동기화 구성(RMO 프로그래밍)

병합 복제에 대한 웹 동기화