IAdoMdCubeInstance

Description

The IAdoMdCubeInstance interface contains properties used to work with an opened instance of ADOMD cube.

Comments

To get the opened instance of the ADOMD cube, for appropriate repository object execute the IMetabaseObjectDescriptor.Open or IMetabaseObjectDescriptor.OpenWithParam method.

Properties

  Property name Brief description
The Catalog property returns the instance of the ADOMD catalog that stores the cube.
The Cube property returns structure of the cube for which the current instance is obtained.
The CubeInstance property returns an instance of cube, described by the ICubeInstance interface.

See also:

AdoMd Assembly Interfaces