The IAdoMdDimensionInstance interface contains properties used to work with opened instance of the ADOMD dictionary.
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 dictionary. | |
Dimension | The Dimension property returns structure of the dictionary, for which the current instance is obtained. | |
DimensionInstance | The DimensionInstance property returns an instance of the dictionary described in the IDimInstance interface. |
See also: