次の方法で共有


MergeSubscription.UseInteractiveResolver プロパティ

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

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property UseInteractiveResolver As Boolean 
    Get 
    Set
'使用
Dim instance As MergeSubscription 
Dim value As Boolean 

value = instance.UseInteractiveResolver

instance.UseInteractiveResolver = value
public bool UseInteractiveResolver { get; set; }
public:
property bool UseInteractiveResolver {
    bool get ();
    void set (bool value);
}
member UseInteractiveResolver : bool with get, set
function get UseInteractiveResolver () : boolean 
function set UseInteractiveResolver (value : boolean)

プロパティ値

型: System.Boolean
Boolean 値です。true の場合は、同期処理中にインタラクティブ競合回避モジュールが表示されます。false (既定値) の場合は、同期処理中にインタラクティブ競合回避モジュールは表示されません。

説明

UseInteractiveResolver プロパティを取得できるのは、パブリッシャー側の固定サーバー ロール sysadmin のメンバー、パブリケーション データベースの固定データベース ロール db_owner のメンバー、またはサブスクリプションが属するパブリケーションのパブリケーション アクセス リストのメンバーだけです。

UseInteractiveResolver プロパティを設定できるのは、パブリッシャー側の固定サーバー ロール sysadmin のメンバー、またはパブリケーション データベースの固定データベース ロール db_owner のメンバーだけです。

UseInteractiveResolver を取得すると、sp_helpmergesubscription を実行したのと同じことになります。

UseInteractiveResolver を設定すると、sp_addmergesubscription または sp_changemergesubscription を実行したのと同じことになります。

関連項目

参照

MergeSubscription クラス

Microsoft.SqlServer.Replication 名前空間

その他の技術情報

Microsoft レプリケーション競合表示モジュールとインタラクティブ競合回避モジュール