MergePullSubscription.UseInteractiveResolver プロパティ

定義

同期処理中にインタラクティブ競合回避モジュールを使用するかどうかを取得します。値の設定も可能です。

public:
 property bool UseInteractiveResolver { bool get(); void set(bool value); };
public bool UseInteractiveResolver { get; set; }
member this.UseInteractiveResolver : bool with get, set
Public Property UseInteractiveResolver As Boolean

プロパティ値

Boolean 値。 true の場合、同期プロセス中に対話型リゾルバーが表示されます。 false の場合、既定では、同期プロセス中に対話型リゾルバーは表示されません。

注釈

このプロパティは UseInteractiveResolver 、サブスクライバーの sysadmin 固定サーバー ロールのメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner のメンバーによってのみ取得できます。

このプロパティは UseInteractiveResolver 、サブスクライバーの sysadmin 固定サーバー ロールのメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner のメンバーによってのみ設定できます。

プロパティの UseInteractiveResolver 取得は、 sp_helpmergepullsubscriptionの実行と同じです。

プロパティの UseInteractiveResolver 設定は、 sp_addmergepullsubscription_agent または sp_changemergepullsubscriptionの実行と同じです。

適用対象