共用方式為


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