Freigeben über


ActionOnUpdateDeleteConflict Enumeration

Enumerates all actions that can be taken when handling an UPDATE statement that conflicts with a DELETE statement.

Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)

Syntax

'Declaration
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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace