ActionOnUpdateDeleteConflict 枚举
Enumerates all actions that can be taken when handling an UPDATE statement that conflicts with a DELETE statement.
命名空间: Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集: Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)
语法
声明
Public Enumeration ActionOnUpdateDeleteConflict
用法
Dim instance As ActionOnUpdateDeleteConflict
public enum ActionOnUpdateDeleteConflict
public enum class ActionOnUpdateDeleteConflict
type ActionOnUpdateDeleteConflict
public enum ActionOnUpdateDeleteConflict
成员
| 成员名称 | 说明 | |
|---|---|---|
| AcceptDefaultResolution | The conflict is resolved using the default resolution rules | |
| AcceptUpdate | The conflict is resolved by accepting the update as the winner. | |
| AcceptDelete | The conflict is resolved by accepting the delete as the winner. | |
| AcceptCustomData | The conflict is resolved using custom user data provided by the business logic handler. The custom user data is then propagated by the replication process. |