Compartir a través de


BusinessLogicModule Miembros

Implements the custom business logic that is invoked during the merge replication synchronization process.

El tipo BusinessLogicModule expone los siguientes miembros.

Constructores

  Nombre Descripción
Método protegido BusinessLogicModule Constructor.

Principio

Métodos

  Nombre Descripción
Método publico CommitHandler Optional method implements the custom business logic that is invoked when a data change is committed during synchronization.
Método publico DeleteErrorHandler Optional method that implements the custom business logic invoked when an error occurs at the time a DELETE statement is being uploaded or downloaded.
Método publico DeleteHandler Optional method that implements the custom business logic invoked when DELETE statements are being uploaded or downloaded.
Método publico Dispose Disposes of all used resources. This method is invoked after all the custom business logic has been executed.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método publico Initialize Sends information about the article being synchronized to the business logic resolver when the Merge Agent is started.
Método publico InsertErrorHandler Optional method implements the custom business logic invoked when an error occurs at the time an INSERT statement is being uploaded or downloaded.
Método publico InsertHandler Optional method that implements the custom business logic invoked when INSERT statements are being uploaded or downloaded.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico PhaseBegin Optional method that indicates the beginning of an upload or download phase of the synchronization.
Método publico ToString (Se hereda de Object).
Método publico UpdateConflictsHandler Optional method that implements the custom business logic invoked when conflicting UPDATE statements occur at the Publisher and at the Subscriber.
Método publico UpdateDeleteConflictHandler Optional method that implements the custom business logic invoked when UPDATE statements conflict with DELETE statements at the Publisher and at the Subscriber.
Método publico UpdateErrorHandler Optional method that implements the custom business logic invoked when an error occurs at the time an UPDATE statement is being uploaded or downloaded.
Método publico UpdateHandler Optional method that implements the custom business logic invoked when UPDATE statements are being uploaded or downloaded.

Principio

Propiedades

  Nombre Descripción
Propiedad pública HandledChangeStates Required property that returns information on the types of changes handled by the business logic module.

Principio