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 입니다.
설명
자세한 내용은 피어 투 피어 복제의 충돌 감지를 참조하세요.