ActionOnDataError Enumeration
Enumerates all actions that can be taken when handling data errors.
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
| Member name | Description | |
|---|---|---|
| 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. | |
| AcceptDefaultErrorBehavior | The error is handled by replication using default error behaviors. |
Show: