ISourceDataImportDestinationInfos.FindByKey

Fore Syntax

FindByKey(Key: Integer): ISourceDataImportDestinationInfo;

Fore.NET Syntax

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

Parameters

Key. Key of display version.

Description

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

Comments

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

Example

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

See also:

ISourceDataImportDestinationInfos