Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Enumerates all actions that can be taken when handling data errors.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Enumeration ActionOnDataError
'Utilisation
Dim instance As ActionOnDataError
public enum ActionOnDataError
public enum class ActionOnDataError
type ActionOnDataError
public enum ActionOnDataError
Membres
| Nom de membre | Description | |
|---|---|---|
| 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. |
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport