GetCubeImport

Syntax

GetCubeImportResult GetCubeImport(CubeImportId tCubeImport, GetCubeImportArg tArg)

Parameters

tCubeImport. Cube data import object moniker.

tArg. Operation execution parameters.

Description

The GetCubeImport operation gets metadata of object of data import to cube.

Comments

This operation enables the user to get various settings of cube data loader:

To execute the operation, in the tCubeImport field specify moniker of import object instance and in the tArg field specify parameters that will be used to get information. The moniker can be obtained after executing the OpenCubeImport operation. In the tArg.pattern field specify pattern to get information about data loader.

Example

Example name
Getting Information about Cube Import Status

See also:

Working with Cubes