Share via


Propriedade do RDL 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.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
Public ReadOnly Property PeerOriginatorID As Integer
    Get
'Uso
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

Valor da propriedade

Tipo: System. . :: . .Int32
An integer that specifies a peer originator ID.

Comentários

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.