IEtlExecutionCallback

Description

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

Comments

Methods of this interface should be redefined in 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 event used to set ETL task execution result.

See also:

ETL Assembly Interfaces