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。