The ICubeInstance interface contains properties and methods for working with opened cube instance.
To get the opened instance of a cube for the following repository object, execute the IMetabaseObjectDescriptor.Open or the IMetabaseObjectDescriptor.OpenWithParam method and cast the obtained object to the ICubeInstance interface. The ICubeInstance interface supports all types of platform data cubes.
To get basic information about opening the instance of the cube (description of the cube that is opened, opening parameters, and so on), corresponding object in the code can be cast to the IMetabaseObjectInstance interface.
Property name | Brief description | |
Cube | The Cube property returns cube model parameters. | |
Destinations | The Destinations property returns parameters of cube instance display versions. | |
Sources | The Sources property returns parameters of cube instances used as data sources for this cube. |
Method name | Brief description | |
GetExtensionDispatch | The GetExtensionDispatch method casts the object to the general form, from which it is possible to go to the required class of objects. |
See also: