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 对等复制中的冲突检测.