Share via


TransPublication.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.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
Public ReadOnly Property PeerOriginatorID As Integer 
    Get
‘사용 방법
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

속성 값

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

주의

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.

참고 항목

참조

TransPublication 클래스

Microsoft.SqlServer.Replication 네임스페이스