IEtlForeWizardPages.Item

Fore Syntax

Item(Index: Integer): IMetabaseObjectDescriptor;

Fore.NET Syntax

Item(Index: integer): Prognoz.Platform.Interop.Metabase.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.

Fore and Fore.NET Examples

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

See also:

IEtlForeWizardPages