Condividi tramite


Proprietà PeerConflictDetectionEnabled

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

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property PeerConflictDetectionEnabled As Boolean
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

For more information, see Rilevamento dei conflitti nella replica peer-to-peer.