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)
Syntax
public enum OlapCoordinateType
Members
  Member nameValueDescription
NotSet0 Coordinate type not set.
Cube1 Cube coordinate.
Dimension2 Dimension coordinate.
Level3 Level coordinate.
Member4 Member coordinate.
Set5 Set coordinate.
Cell6 Cell coordinate.
See Also