次の方法で共有


TransPublication.PeerConflictDetectionEnabled プロパティ

SetPeerConflictDetection を使用してピア ツー ピア競合検出が有効化されたかどうかを取得します。

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

構文

'宣言
Public ReadOnly Property PeerConflictDetectionEnabled As Boolean 
    Get
'使用
Dim instance As TransPublication 
Dim value As Boolean 

value = instance.PeerConflictDetectionEnabled
public bool PeerConflictDetectionEnabled { get; }
public:
property bool PeerConflictDetectionEnabled {
    bool get ();
}
member PeerConflictDetectionEnabled : bool
function get PeerConflictDetectionEnabled () : boolean

プロパティ値

型: System.Boolean
true の場合、ピア ツー ピア競合検出は有効です。false の場合、有効ではありません。

説明

詳細については、「ピア ツー ピア レプリケーションにおける競合検出」を参照してください。

関連項目

参照

TransPublication クラス

Microsoft.SqlServer.Replication 名前空間