Поделиться через


Свойство 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 Обнаружение конфликтов в одноранговой репликации.

См. также

Справочник

TransPublication Класс

Пространство имен Microsoft.SqlServer.Replication