ActionOnDataError Enumeration
Enumerates all actions that can be taken when handling data errors.
Spazio dei nomi: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)
Sintassi
'Dichiarazione
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. |
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace