Analysis Services Programming
DimensionTypes
Enumerates values for the DimensionType property.
Constant | Description |
---|---|
DimAccounts | Describes a dimension that contains an accounts structure with parent-child relationships. |
DimBillOfMaterials | Describes a dimension that represents a material/component breakdown. The parent-child relationship implies a parent composed of its children. |
DimChannel | Describes a dimension that contains information about a distribution channel. |
DimCurrency | Describes a dimension that contains currency information. |
DimCustomers | Describes a dimension that contains customer information. The lowest level represents individual customers. |
DimGeography | Describes a dimension that contains a geographic hierarchy. |
DimOrganization | Describes a dimension that represents the reporting structure of an organization. |
DimProducts | Describes a dimension that contains product information. The lowest level represents individual products. |
DimPromotion | Describes a dimension that contains information about marketing and advertising promotions. |
DimQuantitative | Describes a dimension that contains quantitative elements (for example, income level, number of children, and so on). |
DimRates | Describes a dimension that contains different types of rates (for example, buy, sell, discounted. and so on). |
DimRegular | The default dimension type, used for dimensions that are not time-related. |
DimScenario | Describes a dimension that contains different business scenarios. |
DimTime | Indicates that a dimension refers to time (year, month, week, day, and so on). The only valid levels in a time dimension are those that begin with "levTime" as defined in the LevelTypes enumeration. |
DimUtility | Describes a dimension that contains only calculated members. This type of dimension is usually used for data visualization techniques. |