This topic has not yet been rated - Rate this topic

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)
public enum ActionOnUpdateDeleteConflict
Member nameDescription
AcceptDefaultResolutionThe conflict is resolved using the default resolution rules
AcceptUpdateThe conflict is resolved by accepting the update as the winner.
AcceptDeleteThe conflict is resolved by accepting the delete as the winner.
AcceptCustomDataThe conflict is resolved using custom user data provided by the business logic handler. The custom user data is then propagated by the replication process.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.