OlapDimensionType Enumeration

Enumeration used for OLAP dimension 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 OlapDimensionType
Members
  Member nameValueDescription
Unknown0 The dimension type is unknown.
Time1 The dimension type is time.
Measure2 The dimension type is measure.
Other3 The dimension type is other.
Accounts4 The dimension type is accounts.
BillOfMaterials5 The dimension type is bill of materials.
Channel6 The dimension type is channel.
Currency7 The dimension type is currency.
Customers8 The dimension type is customers.
Geography9 The dimension type is geography.
Organization10 The dimension type is organization.
Products11 The dimension type is products.
Promotion12 The dimension type is promotion.
Quantitative13 The dimension type is quantitative.
Rates14 The dimension type is rates.
Scenario15 The dimension type is scenario.
Utility16 The dimension type is utility.
See Also