TransPublication.ContinueOnConflict 属性

定义

确定检测到冲突后分发代理是否继续处理更改。

public:
 property bool ContinueOnConflict { bool get(); void set(bool value); };
public bool ContinueOnConflict { get; set; }
member this.ContinueOnConflict : bool with get, set
Public Property ContinueOnConflict As Boolean

属性值

如果为 true,则在检测到冲突后分发代理继续处理更改。 如果为 false,则代理停止。

注解

建议使用默认值 false。 如果此选项设置为true,则分发代理尝试通过应用具有最高源器 ID PeerOriginatorID 的节点 () 的冲突行来聚合拓扑中的数据。 此方法不保证将会收敛。 您应确保检测到冲突之后拓扑保持一致。 有关详细信息,请参阅 Conflict Detection in Peer-to-Peer Replication中的“处理冲突”。

适用于