ActionOnDataError 열거형
Enumerates all actions that can be taken when handling data errors.
네임스페이스: Microsoft.SqlServer.Replication.BusinessLogicSupport
어셈블리: Microsoft.SqlServer.Replication.BusinessLogicSupport(Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
구문
‘선언
Public Enumeration ActionOnDataError
‘사용 방법
Dim instance As ActionOnDataError
public enum ActionOnDataError
public enum class ActionOnDataError
type ActionOnDataError
public enum ActionOnDataError
멤버
멤버 이름 | 설명 | |
---|---|---|
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. |