MergePullSubscription.InternetTimeout プロパティ

定義

Webサーバーに接続する際、Web同期時にHTTPタイムアウトを秒単位で取得または設定します。

public:
 property int InternetTimeout { int get(); void set(int value); };
public int InternetTimeout { get; set; }
member this.InternetTimeout : int with get, set
Public Property InternetTimeout As Integer

プロパティ値

秒数を表す Int32 の値。

注釈

デフォルト値は 300 秒です。

InternetTimeoutプロパティは、サブスクライバーのシステム管理者固定サーバーロールのメンバーか、サブスクリプションデータベースのdb_owner固定データベースメンバーのみが取得可能です。

InternetTimeoutプロパティは、加入者のシステム管理者固定サーバー役割のメンバーか、サブスクリプションデータベースのdb_owner固定データベースの役割のメンバーのみが設定可能です。

InternetTimeoutプロパティの取得はsp_helpmergepullsubscriptionを実行するのと同等です。

InternetTimeoutプロパティを設定することは、sp_addmergepullsubscription_agentsp_changemergepullsubscriptionを実行するのと同等です。

この性質は、 UseWebSynchronization 性質が である場合にのみ用いられます。

適用対象