共用方式為


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.