ActionOnUpdateConflict 枚举
Enumerates all actions that can be taken when handling conflicting UPDATE statements.
命名空间: Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集: Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)
语法
声明
Public Enumeration ActionOnUpdateConflict
用法
Dim instance As ActionOnUpdateConflict
public enum ActionOnUpdateConflict
public enum class ActionOnUpdateConflict
type ActionOnUpdateConflict
public enum ActionOnUpdateConflict
成员
| 成员名称 | 说明 | |
|---|---|---|
| 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. | |
| 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. |