OlapCoordinateType Enumeration |
The OLAP coordinate types.
Namespace:
Dundas.BI.Data.Metadata.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic enum OlapCoordinateType
Public Enumeration OlapCoordinateType
public enum class OlapCoordinateType
Members|
| Member name | Value | Description |
|---|
| NotSet | 0 |
Coordinate type not set.
|
| Cube | 1 |
Cube coordinate.
|
| Dimension | 2 |
Dimension coordinate.
|
| Level | 3 |
Level coordinate.
|
| Member | 4 |
Member coordinate.
|
| Set | 5 |
Set coordinate.
|
| Cell | 6 |
Cell coordinate.
|
See Also