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 です。

注釈

詳細については、「 ピア ツー ピア レプリケーションにおける競合検出」を参照してください。

適用対象