次の方法で共有


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 同期