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


Свойство TransPublication.PeerOriginatorID

Gets the ID for a node in a peer-to-peer topology; this ID is used for conflict detection if PeerConflictDetectionEnabled is set to true.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public ReadOnly Property PeerOriginatorID As Integer 
    Get
'Применение
Dim instance As TransPublication 
Dim value As Integer 

value = instance.PeerOriginatorID
public int PeerOriginatorID { get; }
public:
property int PeerOriginatorID {
    int get ();
}
member PeerOriginatorID : int
function get PeerOriginatorID () : int

Значение свойства

Тип: System.Int32
An integer that specifies a peer originator ID.

Замечания

Specify a positive, non-zero ID that has never been used in the topology. For a list of IDs that have already been used, execute sp_help_peerconflictdetection.

См. также

Справочник

TransPublication Класс

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