IEtlTask.Workspace

Syntax

Workspace: IWxWorkspace;

Description

The Workspace property returns the object that contains ETL task workspace.

Comments

To get the object containing all links between ETL task objects, use the IEtlTask.Links property.

Example

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

See also:

IEtlTask