Assembly: Cubes;
The IVirtualCube interface contains properties of the Virtual Cube repository object.
IVirtualCube
On creating a new virtual cube the following minimum settings must be done to ensure its correct work:
Add any cubes or time series databases, which will be used as data sources, to the Sources collection.
For each data source, fix dimensions, which are present only in this source and are absent in other sources, using the IVirtualCubeSource.FixInfo property.
Property name | Brief description | |
Compounds | The Compounds property returns the collection of composite structures of virtual cube. | |
FactDimension | The FactDimension property returns the dimension structure of virtual cube facts. | |
IsFiltrationMatrix | The IsFiltrationMatrix property determines whether metahierarchy dimension is filtered in virtual cube. | |
IsMeta | The IsMeta property determines whether metahierarchy dimension is used in virtual cube. | |
Sources | The Sources property returns the collection of data sources of virtual cube. |
See also: