Поделиться через


Элементы BusinessLogicModule

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

Тип BusinessLogicModule предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Защищенный метод BusinessLogicModule Constructor.

В начало

Методы

  Имя Описание
Открытый метод CommitHandler Optional method implements the custom business logic that is invoked when a data change is committed during synchronization.
Открытый метод 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.
Открытый метод DeleteHandler Optional method that implements the custom business logic invoked when DELETE statements are being uploaded or downloaded.
Открытый метод Dispose Disposes of all used resources. This method is invoked after all the custom business logic has been executed.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Открытый метод Initialize Sends information about the article being synchronized to the business logic resolver when the Merge Agent is started.
Открытый метод InsertErrorHandler Optional method implements the custom business logic invoked when an error occurs at the time an INSERT statement is being uploaded or downloaded.
Открытый метод InsertHandler Optional method that implements the custom business logic invoked when INSERT statements are being uploaded or downloaded.
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод PhaseBegin Optional method that indicates the beginning of an upload or download phase of the synchronization.
Открытый метод ToString (Наследуется из Object.)
Открытый метод UpdateConflictsHandler Optional method that implements the custom business logic invoked when conflicting UPDATE statements occur at the Publisher and at the Subscriber.
Открытый метод UpdateDeleteConflictHandler Optional method that implements the custom business logic invoked when UPDATE statements conflict with DELETE statements at the Publisher and at the Subscriber.
Открытый метод 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.
Открытый метод UpdateHandler Optional method that implements the custom business logic invoked when UPDATE statements are being uploaded or downloaded.

В начало

Свойства

  Имя Описание
Открытое свойство HandledChangeStates Required property that returns information on the types of changes handled by the business logic module.

В начало