IEtlTaskExecutionEvents.OnStartBlock

Syntax

OnStartBlock(Task: IEtlTask; Object: IEtlObject);

Parameters

Task. ETL task.

Object. ETL task object.

Description

The OnStartBlock method implements the event on ETL task block start.

Comments

ETL task block is a set of two objects and a link between them in the ETL task.

To implement the event that occurs on ETL task block finish, use IEtlTaskExecutionEvents.OnEndBlock.

Example

The method use is given in the example for IEtlTaskExecutionEvents.OnEndBlock.

See also:

IEtlTaskExecutionEvents