Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets whether peer-to-peer conflict detection was enabled by using SetPeerConflictDetection.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public ReadOnly Property PeerConflictDetectionEnabled As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean
If true, peer-to-peer conflict detection is enabled. If false, it is not enabled.
Hinweise
For more information, see Konflikterkennung bei der Peer-zu-Peer-Replikation.