IVirtualCubeInstance

Assembly: Cubes;

Description

The IVirtualCubeInstance interface contains properties to work with opened instance of virtual cube.

Inheritance Hierarchy

IVirtualCubeInstance

Comments

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.

Properties

  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:

Cubes Assembly Interfaces