TransPublication.PeerConflictDetectionEnabled Property
Gets whether peer-to-peer conflict detection was enabled by using SetPeerConflictDetection.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Syntax
'Deklaracja
Public ReadOnly Property PeerConflictDetectionEnabled As Boolean
public bool PeerConflictDetectionEnabled { get; }
public:
property bool PeerConflictDetectionEnabled {
bool get ();
}
/** @property */
public boolean get_PeerConflictDetectionEnabled ()
public function get PeerConflictDetectionEnabled () : boolean
Property Value
If true, peer-to-peer conflict detection is enabled. If false, it is not enabled.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.