TransPublication.PeerConflictDetectionEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得是否使用 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,則不啟用。
備註
如需相關資訊,請參閱 Conflict Detection in Peer-to-Peer Replication。