ActionOnDataDelete Enumeration
Enumerates all actions that can be taken when replicating DELETE statements that do not result in a conflict.
命名空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
組件: Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)
語法
'宣告
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. |
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace