ISourceDataImportInfos.FindByKey

Fore Syntax

FindByKey(Key: Integer): ISourceDataImportInfo;

Fore.NET Syntax

FindByKey(Key: Integer): Prognoz.Platform.Interop.BISearch.ISourceDataImportInfo;

Parameters

Key. Data source key.

Description

The FindByKey searches for indexing settings by data source key.

Comments

The method returns indexing settings in case of successful search and Null if source with the specified key is not included in the list with the indexed ones.

Example

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

See also:

ISourceDataImportInfos