The IAdoMdCubeInstance interface contains properties used to work with an opened instance of ADOMD cube.
To get the opened instance of the ADOMD cube, for appropriate repository object execute the IMetabaseObjectDescriptor.Open or IMetabaseObjectDescriptor.OpenWithParam method.
Property name | Brief description | |
Catalog | The Catalog property returns the instance of the ADOMD catalog that stores the cube. | |
Cube | The Cube property returns structure of the cube for which the current instance is obtained. | |
CubeInstance | The CubeInstance property returns an instance of cube, described by the ICubeInstance interface. |
See also: