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)
Syntaxpublic enum OlapDimensionType
Public Enumeration OlapDimensionType
public enum class OlapDimensionType
Members|
| Member name | Value | Description |
|---|
| Unknown | 0 |
The dimension type is unknown.
|
| Time | 1 |
The dimension type is time.
|
| Measure | 2 |
The dimension type is measure.
|
| Other | 3 |
The dimension type is other.
|
| Accounts | 4 |
The dimension type is accounts.
|
| BillOfMaterials | 5 |
The dimension type is bill of materials.
|
| Channel | 6 |
The dimension type is channel.
|
| Currency | 7 |
The dimension type is currency.
|
| Customers | 8 |
The dimension type is customers.
|
| Geography | 9 |
The dimension type is geography.
|
| Organization | 10 |
The dimension type is organization.
|
| Products | 11 |
The dimension type is products.
|
| Promotion | 12 |
The dimension type is promotion.
|
| Quantitative | 13 |
The dimension type is quantitative.
|
| Rates | 14 |
The dimension type is rates.
|
| Scenario | 15 |
The dimension type is scenario.
|
| Utility | 16 |
The dimension type is utility.
|
See Also