ISourceDataImportInfos.Add

Fore Syntax

Add(Value: ICubeModel): ISourceDataImportInfo;

Fore.NET Syntax

Add(Value: Prognoz.Platform.Interop.Cubes.ICubeModel): ISourceDataImportInfo;

Parameters

Value. Structure of added data source.

Description

The Add method adds data source and returns its indexing settings.

Example

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

See also:

ISourceDataImportInfos