| Class | Description | |
|---|---|---|
![]() | Cube | The Cube class represents an OLAP cube that holds a multi dimensional representation of a flat data set. A cube is analogous to a table in a relational database. Where a table in a relational database has two dimensions, a cube can have any number of dimensions. In its simplest form, the dimensions of a cube correspond to a field of the flat data set. |
![]() | Database | Class used for define common properties of Database |
![]() | Dimension | Represents a dimension within a cube |
![]() | Hierarchy | Represents a hierarchy within a dimension |
![]() | KeyPerformanceIndicator | Represents a key performance indicator of the cube |
![]() | Level | Represents a level within a hierarchy |
![]() | Measure | Represents a measure within a cube |
![]() | Member | Represents a member within a level |
![]() | OlapSchema | Represents the schema for the olap data. |
![]() | Query | Represents the query that will be executed on cube. |
![]() | ResultAxis | Represents an axis in a Result |
![]() | Tuple | Represents an ordered sequence of members. |
![]() | TuplesSet | Represents a set of members that will be used in a query. |
| Enumeration | Description | |
|---|---|---|
![]() | CubeType | Returned by Type to determine if the Cube represents a dimension or a cube. |
![]() | DimensionType | Represents the dimension type of a Dimension |
![]() | LevelType | Represents type of the level |
![]() | ScopeType | Represents the scope type of a KeyPerformanceIndicator. |