Proprietà 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.
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property PeerOriginatorID As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Int32
An integer that specifies a peer originator ID.
Osservazioni
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.