Compartilhar via


Membros BusinessLogicModule

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

O tipo BusinessLogicModule expõe os seguintes membros.

Construtores

  Nome Descrição
Método protegido BusinessLogicModule Constructor.

Início

Métodos

  Nome Descrição
Método público CommitHandler Optional method implements the custom business logic that is invoked when a data change is committed during synchronization.
Método público 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 público DeleteHandler Optional method that implements the custom business logic invoked when DELETE statements are being uploaded or downloaded.
Método público Dispose Disposes of all used resources. This method is invoked after all the custom business logic has been executed.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público Initialize Sends information about the article being synchronized to the business logic resolver when the Merge Agent is started.
Método público 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 público InsertHandler Optional method that implements the custom business logic invoked when INSERT statements are being uploaded or downloaded.
Método protegido MemberwiseClone (Herdado de Object.)
Método público PhaseBegin Optional method that indicates the beginning of an upload or download phase of the synchronization.
Método público ToString (Herdado de Object.)
Método público UpdateConflictsHandler Optional method that implements the custom business logic invoked when conflicting UPDATE statements occur at the Publisher and at the Subscriber.
Método público 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 público 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 público UpdateHandler Optional method that implements the custom business logic invoked when UPDATE statements are being uploaded or downloaded.

Início

Propriedades

  Nome Descrição
Propriedade pública HandledChangeStates Required property that returns information on the types of changes handled by the business logic module.

Início