This section describes operations that are used to work with various repository cubes. The operations enable the user to get information on cube structure and cube data. Structural changes are supported for standard cubes.
Operation | Brief description | |
The CloseCube operation closes an open cube instance and indicates whether the instance is closed successfully. | ||
The CloseCubeImport operation closes an instance of data import to cube and returns whether the instance is closed successfully. | ||
The GetCube operation gets cube metadata. | ||
The GetCubeImport operation extracts metadata of object of data import to cube. | ||
The OpenCube operation opens a repository cube and returns context for working with the cube's structure. | ||
The OpenCubeImport operation creates an object of data import to cube and returns the context for working with it. | ||
The SetCube operation changes cube metadata. | ||
The SetCubeImport operation changes metadata of object of data import to cube. |
See also: