IEtlTask.Execute

Syntax

Execute(Callback: IEtlExecutionCallback);

Parameters

Callback. Object that notifies about the process of ETL task execution.

Description

The Execute method executes ETL task.

Comments

To stop ETL task execution, use IEtlTask.StopExecute.

Example

The method use is given in the example for IEtlExecutionCallback.OnObject.

See also:

IEtlTask