FindByKey(Key: Integer): ISourceDataImportInfo;
FindByKey(Key: Integer): Prognoz.Platform.Interop.BISearch.ISourceDataImportInfo;
Key. Data source key.
The FindByKey searches for indexing settings by data source key.
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.
The example of work with the ISourceDataImportInfos collection is given in description of the IImportExecutor.Import method.
See also: