This topic has not yet been rated - Rate this topic

ActionOnDataDelete Enumeration

Enumerates all actions that can be taken when replicating DELETE statements that do not result in a conflict.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
public enum ActionOnDataDelete
Member nameDescription
RejectDeleteThe delete is rejected and not propagated by the replication process.
AcceptDeleteThe delete is accepted and propagated by the replication process as usual.
ConvertDeleteToUpdateThe delete is rejected, and the change row should be updated on the destination so that it becomes an insert on the source of the original delete.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.