TransPublication.PeerOriginatorID Property

Definition

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.

Applies to