ISourceDataImportDestinationInfos.FindByKey

Fore Syntax

FindByKey(Key: Integer): ISourceDataImportDestinationInfo;

Fore.NET Syntax

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

Parameters

Key. Key of displaying option.

Description

The FindByKey method searches indexing settings by data source displaying option key.

Comments

The method returns indexing settings in case of successful search and Null, if for the specified displaying option settings are not determined.

Example

The example of work with the ISourceDataImportDestinationInfos collection is given in description of the ISourceDataImportDestinationInfos.Add method.

See also:

ISourceDataImportDestinationInfos