次の方法で共有


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.

関連項目

参照

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間