ISourceDataImportInfos.Item

Fore Syntax

Item(ItemIndex: Integer): ISourceDataImportInfo;

Fore.NET Syntax

Item[ItemIndex: Integer]: Prognoz.Platform.Interop.BISearch.ISourceDataImportInfo;

Parameters

ItemIndex. Index of the element with indexing settings.

Description

The Item property returns specified indexing settings of data source.

Example

The example of work with the ISourceDataImportInfos collection is given in description of the IImportExecutor.Import method.

See also:

ISourceDataImportInfos