DimensionTypeEnum Enumeration
Represents the dimension type of a Dimension.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Enumeration DimensionTypeEnum
'Usage
Dim instance As DimensionTypeEnum
public enum DimensionTypeEnum
public enum class DimensionTypeEnum
type DimensionTypeEnum
public enum DimensionTypeEnum
Members
Member name | Description | |
---|---|---|
Unknown | Describes a dimension with an unknown or unspecified type. | |
Time | Indicates that a dimension refers to time (for example, year, month, week, day). | |
Measure | Describes a dimension that contains measures. | |
Other | Describes a dimension of the default dimension type, which is used for dimensions that are not time dimensions or measure dimensions. | |
Quantitative | Describes a dimension that contains quantitative elements (for example, income level, or number of children). | |
Accounts | Describes a dimension that contains an accounts structure with parent-child relationships. | |
Customers | Describes a dimension that contains customer information. The lowest level represents individual customers. | |
Products | Describes a dimension that contains product information. The lowest level represents individual products. | |
Scenario | Describes a dimension that contains different business scenarios. | |
Utility | Describes a dimension that contains only calculated members. This type of dimension is usually used for data visualization techniques. | |
Currency | Describes a dimension that contains currency information. | |
Rates | Describes a dimension that contains different types of rates (for example, buy, sell, or discounted). | |
Channel | Describes a dimension that contains information about a distribution channel. | |
Promotion | Describes a dimension that contains information about marketing and advertising promotions. | |
Organization | Describes a dimension that represents the reporting structure of an organization. | |
BillOfMaterials | Describes a dimension that represents a material/component breakdown. The parent-child relationship implies a parent composed of its children. | |
Geography | Describes a dimension that contains a geographic hierarchy. |
Remarks
The DimensionType property of the Dimension provides client applications with information about the contents of the dimension. For example, a client application may benefit from knowing that one dimension is based on geography, and another dimension is based on time. When accepting user inputs for these dimensions (for example, in the construction of an MDX statement), the client application can use a map-based control for the Geography dimension and a calendar-based control for the Time dimension.