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 です。
注釈
詳細については、「 ピア ツー ピア レプリケーションにおける競合検出」を参照してください。