OnStartBlock(Task: IEtlTask; Object: IEtlObject);
Task. ETL task.
Object. ETL task object.
The OnStartBlock method implements the event on ETL task block start.
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.
The method use is given in the example for IEtlTaskExecutionEvents.OnEndBlock.
See also: