TransPublication.SetPeerConflictDetection(Boolean, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables or disables conflict detection for a node in a peer-to-peer topology.
public:
void SetPeerConflictDetection(bool enablePeerConflictDetection, int peerOriginatorID);
public void SetPeerConflictDetection (bool enablePeerConflictDetection, int peerOriginatorID);
member this.SetPeerConflictDetection : bool * int -> unit
Public Sub SetPeerConflictDetection (enablePeerConflictDetection As Boolean, peerOriginatorID As Integer)
Parameters
- enablePeerConflictDetection
- Boolean
true
if the Distribution Agent detect any conflicts during synchronization; otherwise, false
.
- peerOriginatorID
- Int32
An ID that matches the integer specified for PeerOriginatorID.
Remarks
For more information, see Conflict Detection in Peer-to-Peer Replication.