Share via


TransPublication.PeerConflictDetectionEnabled 속성

Gets whether peer-to-peer conflict detection was enabled by using 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
If true, peer-to-peer conflict detection is enabled. If false, it is not enabled.

주의

For more information, see 피어 투 피어 복제에서 충돌 검색.

참고 항목

참조

TransPublication 클래스

Microsoft.SqlServer.Replication 네임스페이스