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. Интерфейс ICubeInstance поддерживают все виды кубов Prognoz Platform 9.
Для получения базовой информации об открытом экземпляре куба (описание куба, который был открыт, параметры открытия и прочее) соответствующий объект в коде может быть приведен к интерфейсу IMetabaseObjectInstance.
| Property name | Brief description | |
| The Cube property returns cube model parameters. | ||
| The Destinations property returns parameters of cube instance display versions. | ||
| The Sources property returns parameters of cube instances used as data sources for this cube. |
| Method name | Brief description | |
| The GetExtensionDispatch method casts the object to the general form, from which it is possible to go to the required class of objects. |
См. также: