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, in the tCubeImport field specify moniker of import object instance and in the tArg field specify the parameters that will be used to make changes. The moniker can be obtained after executing the OpenCubeImport operation. In the tArg.pattern field specify the pattern to change import, and in the tArg.meta field specify updated metadata.

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

Example

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

Example name
Setting Up Crosstab Import
Starting Cube Import Execution

See also:

Working with Cubes