Freigeben über


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)

Syntax

'Declaration
Public Enumeration ActionOnDataDelete
public enum ActionOnDataDelete
public enum class ActionOnDataDelete
public enum ActionOnDataDelete
public enum ActionOnDataDelete

Members

Member name Description
AcceptDelete The delete is accepted and propagated by the replication process as usual.
ConvertDeleteToUpdate The 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.
RejectDelete The delete is rejected and not propagated by the replication process.

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