Compartir a través de


TransPublication.PeerOriginatorID Propiedad

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.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Comentarios

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.

Vea también

Referencia

TransPublication Clase

Espacio de nombres Microsoft.SqlServer.Replication