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,则未启用对等冲突检测。

注解

有关详细信息,请参阅 Conflict Detection in Peer-to-Peer Replication

适用于