TransPublication.SetPeerConflictDetection(Boolean, Int32) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
피어 투 피어 토폴로지에서 노드에 대해 충돌 검색을 사용하거나 사용하지 않도록 설정합니다.
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을 참조하세요.