IEtlTask.EventsClass

Syntax

EventsClass: String;

Description

The EventsClass property determines ETL task event handler class.

Comments

The property is relevant if a Fore object used for event handling is determined in the IEtlTask.EventsAssembly property. The specified class should inherit from the EtlTaskExecutionEvents class or the IEtlTaskExecutionEvents interface and should contain implementation of existing methods.

Example

The property use is given in the example for IEtlTask.EventsAssembly.

See also:

IEtlTask