Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
Dim instance As ActionOnDataDelete
public enum ActionOnDataDelete
public enum class ActionOnDataDelete
type ActionOnDataDelete
public enum ActionOnDataDelete
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| RejectDelete | The delete is rejected and not propagated by the replication process. | |
| 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. |
Siehe auch
Verweis
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace