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.

頂端