TransPublication.PeerOriginatorID 屬性

定義

取得點對點拓撲中節點的識別碼;如果 PeerConflictDetectionEnabled 設為 true,此識別碼用於衝突偵測。

public:
 property int PeerOriginatorID { int get(); };
public int PeerOriginatorID { get; }
member this.PeerOriginatorID : int
Public ReadOnly Property PeerOriginatorID As Integer

屬性值

Int32

指定對等訂閱者識別碼的整數。

備註

請指定拓撲中從未使用過的非零正數識別碼。 如需已經使用的識別碼清單,請執行sp_help_peerconflictdetection

適用於