次の方法で共有


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 を実行したのと同じことになります。

UseInteractiveResolver プロパティは、Microsoft SQL Server 2000 および Microsoft SQL Server 2005 のインスタンスでのみ使用できます。

この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。