CubeDescriptor Class

Class that represents metadata used in virtual cube.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.CubeDescriptorsCubeDescriptor

Namespace:  Dundas.BI.Data.CubeDescriptors
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class CubeDescriptor

The CubeDescriptor type exposes the following members.

Properties
  NameDescription
Public propertyCalculatedMembers
Gets the calculated members.
Public propertyCustomDescriptors
Gets the custom descriptors.
Public propertyCustomQuery
Gets the custom query descriptor.
Public propertyDimensions
Gets the OLAP dimensions.
Public propertyKpis
Gets the OLAP KPIs.
Public propertyMeasures
Gets the OLAP measures.
Public propertyNamedSets
Gets the OLAP Named Sets.
Public propertyNativeCube
Gets the associated OLAP cube.
Public propertyParentEntity
Gets the parent entity.
Top
See Also