共用方式為


TransPublication.SetPeerConflictDetection 方法

Enables or disables conflict detection for a node in a peer-to-peer topology.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public Sub SetPeerConflictDetection ( _
    enablePeerConflictDetection As Boolean, _
    peerOriginatorID As Integer _
)
'用途
Dim instance As TransPublication 
Dim enablePeerConflictDetection As Boolean 
Dim peerOriginatorID As Integer

instance.SetPeerConflictDetection(enablePeerConflictDetection, _
    peerOriginatorID)
public void SetPeerConflictDetection(
    bool enablePeerConflictDetection,
    int peerOriginatorID
)
public:
void SetPeerConflictDetection(
    bool enablePeerConflictDetection, 
    int peerOriginatorID
)
member SetPeerConflictDetection : 
        enablePeerConflictDetection:bool * 
        peerOriginatorID:int -> unit
public function SetPeerConflictDetection(
    enablePeerConflictDetection : boolean, 
    peerOriginatorID : int
)

參數

  • enablePeerConflictDetection
    型別:System.Boolean
    A Boolean value. If true, the Distribution Agent detects any conflicts during synchronization. If false, the Distribution Agent does not detect conflicts.

備註

For more information, see 點對點複寫中的衝突偵測.

請參閱

參考

TransPublication 類別

Microsoft.SqlServer.Replication 命名空間