言語

TransPublication.PeerConflictDetectionEnabled プロパティ

定義

SetPeerConflictDetection(Boolean, Int32)を使ってピアツーピアの競合検出が有効になったかどうかを把握します。

public:
 property bool PeerConflictDetectionEnabled { bool get(); };
public bool PeerConflictDetectionEnabled { get; }
member this.PeerConflictDetectionEnabled : bool
Public ReadOnly Property PeerConflictDetectionEnabled As Boolean

プロパティ値

trueなら、ピアツーピアの競合検出が有効になります。 falseなら有効になっていません。

注釈

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

適用対象