TransPublication.SetPeerConflictDetection(Boolean, Int32) 메서드

정의

피어 투 피어 토폴로지에서 노드에 대해 충돌 검색을 사용하거나 사용하지 않도록 설정합니다.

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)

매개 변수

enablePeerConflictDetection
Boolean

true동기화 중에 배포 에이전트 충돌을 감지하면 이고, false그렇지 않으면 입니다.

peerOriginatorID
Int32

PeerOriginatorID에 지정된 정수와 일치하는 ID입니다.

설명

자세한 내용은 Conflict Detection in Peer-to-Peer Replication을 참조하세요.

적용 대상