IEtlForeWizardPages.Item

Syntax

Item(Index: Integer): IMetabaseObjectDescriptor;

Parameters

Index. Index of the repository form used as a wizard page.

Description

The Item method is used to connect the specified repository form as a user provider/consumer wizard page.

Comments

To get the repository that contains edited user provider/consumer, use IEtlForeWizardPages.Metabase.

To get the number of pages of user provider/consumer wizard, use IEtlForeWizardPages.Count.

Example

The property use is given in the example for IEtlUserDataContainer.UserData.

See also:

IEtlForeWizardPages