다음을 통해 공유


ActionOnDataError Enumeration

Enumerates all actions that can be taken when handling data errors.

네임스페이스: Microsoft.SqlServer.Replication.BusinessLogicSupport
어셈블리: Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)

구문

‘선언
Public Enumeration ActionOnDataError
public enum ActionOnDataError
public enum class ActionOnDataError
public enum ActionOnDataError
public enum ActionOnDataError

Members

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace