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.