TransPublication.PeerConflictDetectionEnabled 屬性
Gets whether peer-to-peer conflict detection was enabled by using SetPeerConflictDetection.
命名空間: Microsoft.SqlServer.Replication
組件: Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)
語法
'宣告
Public ReadOnly Property PeerConflictDetectionEnabled As Boolean
Get
'用途
Dim instance As TransPublication
Dim value As Boolean
value = instance.PeerConflictDetectionEnabled
public bool PeerConflictDetectionEnabled { get; }
public:
property bool PeerConflictDetectionEnabled {
bool get ();
}
member PeerConflictDetectionEnabled : bool
function get PeerConflictDetectionEnabled () : boolean
屬性值
型別:System.Boolean
If true, peer-to-peer conflict detection is enabled. If false, it is not enabled.
備註
For more information, see 點對點複寫中的衝突偵測.