DimensionTypeEnum Enumeration

Represents the dimension type of a Dimension.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.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
Currency Describes a dimension that contains currency information.
Time Indicates that a dimension refers to time (for example, year, month, week, day, and so on).
Geography Describes a dimension that contains a geographic hierarchy.
BillOfMaterials Describes a dimension that represents a material/component breakdown. The parent-child relationship implies a parent composed of its children.
Organization Describes a dimension that represents the reporting structure of an organization.
Promotion Describes a dimension that contains information about marketing and advertising promotions.
Channel Describes a dimension that contains information about a distribution channel.
Rates Describes a dimension that contains different types of rates (for example, buy, sell, or discounted).
Utility Describes a dimension that contains only calculated members. This type of dimension is usually used for data visualization techniques.
Scenario Describes a dimension that contains different business scenarios.
Products Describes a dimension that contains product information. The lowest level represents individual products.
Customers Describes a dimension that contains customer information. The lowest level represents individual customers.
Accounts Describes a dimension that contains an accounts structure with parent-child relationships.
Quantitative Describes a dimension that contains quantitative elements (for example, income level, or number of children).
Other Describes a dimension of the default dimension type, which is used for dimensions that are not time dimensions or measure dimensions.
Measure Describes a dimension that contains measures.
Unknown Describes a dimension with an unknown or unspecified type.

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 (say, 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.