ActionOnDataError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates all actions that can be taken when handling data errors.
public enum class ActionOnDataError
public enum ActionOnDataError
type ActionOnDataError =
Public Enum ActionOnDataError
- Inheritance
-
ActionOnDataError
Fields
Name | Value | Description |
---|---|---|
AcceptDefaultErrorBehavior | 0 | The error is handled by replication using default error behaviors. |
AcceptCustomErrorBehavior | 1 | The error is handled using custom user functionality provided by the business logic handler. The custom functionality is then propagated by the replication process. |