This topic has not yet been rated - Rate this topic

ActionOnDataError Enumeration

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)
public enum ActionOnDataError
Member nameDescription
AcceptDefaultErrorBehaviorThe error is handled by replication using default error behaviors.
AcceptCustomErrorBehaviorThe error is handled using custom user functionality provided by the business logic handler. The custom functionality is then propagated by the replication process.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.