Propriété PeerConflictDetectionEnabled

Gets whether peer-to-peer conflict detection was enabled by using SetPeerConflictDetection.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property PeerConflictDetectionEnabled As Boolean
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Boolean
If true, peer-to-peer conflict detection is enabled. If false, it is not enabled.