TransPublication.PeerOriginatorID Property
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.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Syntax
'Deklaracja
Public ReadOnly Property PeerOriginatorID As Integer
public int PeerOriginatorID { get; }
public:
property int PeerOriginatorID {
int get ();
}
/** @property */
public int get_PeerOriginatorID ()
public function get PeerOriginatorID () : int
Property Value
An integer that specifies a peer originator ID.
Remarks
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.
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.