DimensionTypeEnum Enumeration

Represents the dimension type of a Dimension.

Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix")> _
Public Enumeration DimensionTypeEnum
[SuppressMessageAttribute("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix")] 
public enum DimensionTypeEnum
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1711:IdentifiersShouldNotHaveIncorrectSuffix")] 
public enum class DimensionTypeEnum
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix") */ 
public enum DimensionTypeEnum
SuppressMessageAttribute("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix") 
public enum DimensionTypeEnum

Members

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

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.AnalysisServices.AdomdServer Namespace