TransPublication.PeerConflictDetectionEnabled Propiedad

Definición

Obtiene si la detección de conflictos entre pares estaba habilitada usando SetPeerConflictDetection(Boolean, Int32).

public:
 property bool PeerConflictDetectionEnabled { bool get(); };
public bool PeerConflictDetectionEnabled { get; }
member this.PeerConflictDetectionEnabled : bool
Public ReadOnly Property PeerConflictDetectionEnabled As Boolean

Valor de propiedad

Si true, la detección de conflictos peer-to-peer está activada. Si false, no está habilitado.

Comentarios

Para más información, consulte Conflict Detection in Peer-to-Peer Replication.

Se aplica a