共用方式為


ActionOnUpdateConflict Enumeration

Enumerates all actions that can be taken when handling conflicting UPDATE statements.

命名空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
組件: Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)

語法

'宣告
Public Enumeration ActionOnUpdateConflict
public enum ActionOnUpdateConflict
public enum class ActionOnUpdateConflict
public enum ActionOnUpdateConflict
public enum ActionOnUpdateConflict

Members

Member name Description
AcceptCustomConflictData The conflict is resolved using custom user data provided by the business logic handler. The custom data is then propagated by the replication process.
AcceptDefaultResolution The conflict is resolved using the default resolution rules.
AcceptPublisherData The conflict is resolved by accepting the update from the Publisher as the winning update.
AcceptSubscriberData The conflict is resolved by accepting the update from the Subscriber as the winning update.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace