TransPublication.ContinueOnConflict 속성

Determines whether the Distribution Agent continues to process changes after a conflict is detected.

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

구문

‘선언
Public Property ContinueOnConflict As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As TransPublication 
Dim value As Boolean 

value = instance.ContinueOnConflict

instance.ContinueOnConflict = value
public bool ContinueOnConflict { get; set; }
public:
property bool ContinueOnConflict {
    bool get ();
    void set (bool value);
}
member ContinueOnConflict : bool with get, set
function get ContinueOnConflict () : boolean 
function set ContinueOnConflict (value : boolean)

속성 값

유형: System.Boolean
If true, the Distribution Agent continues to process changes after a conflict is detected. If false, the agent stops.

주의

We recommend that you use the default value of false. When this option is set to true, the Distribution Agent tries to converge data in the topology by applying the conflicting row from the node that has the highest originator ID (PeerOriginatorID). This method does not guarantee convergence. You should make sure that the topology is consistent after a conflict is detected. For more information, see "Handling Conflicts" in 피어 투 피어 복제에서 충돌 검색.

참고 항목

참조

TransPublication 클래스

Microsoft.SqlServer.Replication 네임스페이스