OpenCube

Syntax

OpenCubeResult OpenCube(OdId tOb, OpenCubeArg tArg)

Parameters

tOb. Moniker of the object that is a cube.

tArg. Parameters of cube opening.

Description

The OpenCube operation opens a repository cube and returns context for working with cube's structure.

Comments

The operation enables the user to access the structure and settings of various repository cubes. To execute the operation, in the tOb parameter specify moniker of the object that is a cube, and in the tArg parameter specify parameters of its opening. The object moniker can be obtained on executing the GetObjects operation. In the tArg.metaGet field specify the pattern, according to which cube metadata is extracted on opening. If the tArg.metaGet field is not determined, the operation results only in the opened cube instance moniker.

To further work with the cube, use the GetCube and SetCube operations. Use the CloseCube operation to close the cube instance.

Example

SOAP

JSON

C#

See also:

Working with Cubes