IEtlTask.ActiveChain

Fore Syntax

ActiveChain(ConnCompId: Integer): Boolean;

Fore.NET Syntax

ActiveChain(ConnCompId: integer): boolean;

Parameters

ConnCompId. Index of connected component of ETL task object.

Description

The ActiveChain property determines the status of objects chain.

Comments

Available values:

Examples

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

See also:

IEtlTask