IEtlExecutionCallback

Description

The IEtlExecutionCallback interface contains methods that are used to execute ETL task events.

Comments

Methods of this interface should be redetermined in a custom class.

Methods

  Method name Brief description
OnObject The OnObject method implements events to execute ETL task object.
OnProgress The OnProgress method implements a general status event of ETL task execution.
OnSetResult The OnSetResult method implements the event that is used to set ETL task execution result.

See also:

ETL Assembly Interfaces