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 conflicting UPDATE statements.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Enumeration ActionOnUpdateConflict
'Usage
Dim instance As ActionOnUpdateConflict
public enum ActionOnUpdateConflict
public enum class ActionOnUpdateConflict
type ActionOnUpdateConflict
public enum ActionOnUpdateConflict
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| AcceptDefaultResolution | The conflict is resolved using the default resolution rules. | |
| AcceptPublisherData | The conflict is resolved by accepting the update from the Publisher as the winning update. | |
| AcceptSubscriberData | The conflict is resolved by accepting the update from the Subscriber as the winning update. | |
| AcceptCustomConflictData | The conflict is resolved using custom user data provided by the business logic handler. The custom data is then propagated by the replication process. |
Siehe auch
Verweis
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace