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 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)
Syntax
'Declaration
Public Enumeration ActionOnUpdateDeleteConflict
'Usage
Dim instance As ActionOnUpdateDeleteConflict
public enum ActionOnUpdateDeleteConflict
public enum class ActionOnUpdateDeleteConflict
type ActionOnUpdateDeleteConflict
public enum ActionOnUpdateDeleteConflict
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| AcceptDefaultResolution | The conflict is resolved using the default resolution rules | |
| AcceptUpdate | The conflict is resolved by accepting the update as the winner. | |
| AcceptDelete | The conflict is resolved by accepting the delete as the winner. | |
| AcceptCustomData | The conflict is resolved using custom user data provided by the business logic handler. The custom user data is then propagated by the replication process. |
Siehe auch
Verweis
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace