Assembly: Cubes;
The IVirtualCubeInstance interface contains properties to work with opened instance of virtual cube.
IVirtualCubeInstance
To work with opened instance, open virtual cube using the IMetabaseObjectDescriptor.Open or IMetabaseObjectDescriptor.OpenWithParam method and cast the obtained result to the IVirtualCubeInstance interface.
Property name | Brief description | |
CubeModel | The CubeModel property returns structure of virtual cube. | |
ExecuteCallback | The ExecuteCallback property determines a handler for events that occur on calculating virtual cube. |
See also: