SetCubeImport

Syntax

SetCubeImportResult SetCubeImport(CubeImportId tCubeImport, SetCubeImportArg tArg)

Parameters

tCubeImport. Cube data import object moniker.

tArg. Operation execution parameters.

Description

The SetCubeImport operation changes metadata of object of data import to cube.

Comments

This operation enables the user to make the following actions:

To execute the operation, specify import object instance moniker in the tCubeImport parameter, and parameters, according to which the changes must be made in the tArg parameter. The moniker can be obtained on executing the OpenCubeImport operation. The tArg.pattern field is used to specify the pattern of import change, and the tArg.meta field contains updated metadata.

The operation results in the moniker of the import object, for which the operation is executed, and requested metadata that can be specified in the tArg.metaGet pattern.

Example

Various methods of using this operation are given in the following examples:

Example name
Setting Up Crosstab Import
Starting Cube Import Execution

See also:

Working with Cubes