Freigeben über


BusinessLogicModule-Member

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

Der BusinessLogicModule-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode BusinessLogicModule Constructor.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CommitHandler Optional method implements the custom business logic that is invoked when a data change is committed during synchronization.
Öffentliche Methode 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.
Öffentliche Methode DeleteHandler Optional method that implements the custom business logic invoked when DELETE statements are being uploaded or downloaded.
Öffentliche Methode Dispose Disposes of all used resources. This method is invoked after all the custom business logic has been executed.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Initialize Sends information about the article being synchronized to the business logic resolver when the Merge Agent is started.
Öffentliche Methode InsertErrorHandler Optional method implements the custom business logic invoked when an error occurs at the time an INSERT statement is being uploaded or downloaded.
Öffentliche Methode InsertHandler Optional method that implements the custom business logic invoked when INSERT statements are being uploaded or downloaded.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode PhaseBegin Optional method that indicates the beginning of an upload or download phase of the synchronization.
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode UpdateConflictsHandler Optional method that implements the custom business logic invoked when conflicting UPDATE statements occur at the Publisher and at the Subscriber.
Öffentliche Methode UpdateDeleteConflictHandler Optional method that implements the custom business logic invoked when UPDATE statements conflict with DELETE statements at the Publisher and at the Subscriber.
Öffentliche Methode 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.
Öffentliche Methode UpdateHandler Optional method that implements the custom business logic invoked when UPDATE statements are being uploaded or downloaded.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft HandledChangeStates Required property that returns information on the types of changes handled by the business logic module.

Zum Anfang