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 data errors.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Enumeration ActionOnDataError
'Usage
Dim instance As ActionOnDataError
public enum ActionOnDataError
public enum class ActionOnDataError
type ActionOnDataError
public enum ActionOnDataError
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| AcceptDefaultErrorBehavior | The error is handled by replication using default error behaviors. | |
| AcceptCustomErrorBehavior | The error is handled using custom user functionality provided by the business logic handler. The custom functionality is then propagated by the replication process. |
Siehe auch
Verweis
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace