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 (in microsoft.sqlserver.replication.businesslogicsupport.dll)
语法
声明
Public Enumeration ActionOnUpdateDeleteConflict
public enum ActionOnUpdateDeleteConflict
public enum class ActionOnUpdateDeleteConflict
public enum ActionOnUpdateDeleteConflict
public enum ActionOnUpdateDeleteConflict
Members
| Member name | Description | 
|---|---|
| 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. | 
| AcceptDefaultResolution | The conflict is resolved using the default resolution rules | 
| AcceptDelete | The conflict is resolved by accepting the delete as the winner. | 
| AcceptUpdate | The conflict is resolved by accepting the update as the winner. | 
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace