Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport

This assembly provides business logic that can be used in your application to respond to a number of conditions that occur during synchronization: data changes, conflicts, and errors. To create your own business logic handler, you must implement the specific methods of the BusinessLogicModule class that are required by your application. For more information on business logic handlers, see Ejecutar la lógica de negocios durante la sincronización de mezcla.

The Microsoft.SqlServer.Replication.BusinessLogicSupport namespace implements a number of public classes and delegates that support the SQL Server 2005 infrastructure and are not intended to be used directly from your code. Because they should not be used, these classes and delegate topic are not included in this reference documentation. Only the BusinessLogicModule class and the enumerated types should be used when writing your own business logic handler.

Clases

  Clase Descripción
Clase pública BusinessLogicCommand
Clase pública BusinessLogicConnection Infraestructura.
Clase pública BusinessLogicDataAdapter
Clase pública BusinessLogicDataReader Infraestructura.
Clase pública BusinessLogicModule Implements the custom business logic that is invoked during the merge replication synchronization process.
Clase pública BusinessLogicParameter Infraestructura.
Clase pública BusinessLogicParameterCollection Infraestructura.
Clase pública BusinessLogicResolver Infraestructura.
Clase pública BusinessLogicRowUpdatedEventArgs Infraestructura.
Clase pública BusinessLogicRowUpdatingEventArgs Infraestructura.
Clase pública BusinessLogicTransaction Infraestructura.
Clase pública IBusinessLogicResolver Infraestructura.
Clase pública TempDB Infraestructura.
Clase pública TempDBMetaData Infraestructura.
Clase pública TempDBResultSet Infraestructura.

Delegados

  Delegado Descripción
Delegado público BusinessLogicRowUpdatedEventHandler Infraestructura.
Delegado público BusinessLogicRowUpdatingEventHandler Infraestructura.

Enumeraciones

  Enumeración Descripción
Enumeración pública ActionOnDataChange Enumerates all actions that can be taken when handling data changes that do not result in a conflict.
Enumeración pública ActionOnDataDelete Enumerates all actions that can be taken when replicating DELETE statements that do not result in a conflict.
Enumeración pública ActionOnDataError Enumerates all actions that can be taken when handling data errors.
Enumeración pública ActionOnUpdateConflict Enumerates all actions that can be taken when handling conflicting UPDATE statements.
Enumeración pública ActionOnUpdateDeleteConflict Enumerates all actions that can be taken when handling an UPDATE statement that conflicts with a DELETE statement.
Enumeración pública ChangeStates Enumerates all data change states that custom business logic can handle during synchronization.
Enumeración pública ConflictLogType Enumerates the supported conflict logging options available to a conflict handler.
Enumeración pública ErrorLogType Enumerates the supported error logging options available.
Enumeración pública SourceIdentifier Enumerates all sources of a data change.