TransPublication.PeerOriginatorID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.
public:
property int PeerOriginatorID { int get(); };
public int PeerOriginatorID { get; }
member this.PeerOriginatorID : int
Public ReadOnly Property PeerOriginatorID As Integer
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.