次の方法で共有


PublicationArticle.AllowInteractiveResolver プロパティ

同期中に競合が発生した場合にサブスクリプションでインタラクティブ競合回避モジュールを呼び出すことができるかどうかを取得します。値の設定も可能です。

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

構文

'宣言
Public Property AllowInteractiveResolver As Boolean 
    Get 
    Set
'使用
Dim instance As PublicationArticle 
Dim value As Boolean 

value = instance.AllowInteractiveResolver

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

プロパティ値

型: System.Boolean
Boolean 値です。

関連項目

参照

PublicationArticle クラス

Microsoft.SqlServer.Replication 名前空間

AllowInteractiveResolver