DimensionTypeEnum enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the types of dimension.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Enumeration DimensionTypeEnum
'Usage
Dim instance As DimensionTypeEnum
public enum DimensionTypeEnum

Members

Member name Description
Accounts Represents a dimension that contains an accounts structure with parent-child relationships.
BillOfMaterials Represents a dimension that represents a material/component breakdown.

The parent-child relationship implies that a parent is composed of its child elements.

Channel Represents a dimension that contains information about a distribution channel.
Currency Represents a dimension that contains currency information.
Customers Represents a dimension that contains customer information.

The lowest (leaf) level represents individual customers.

Geography Represents a dimension that contains a geographic hierarchy.
Measure Represents a dimension that contains measures.
Organization Represents a dimension that represents the reporting structure of an organization.
Other Represents a dimension of the default dimension type, which is used for dimensions that are not time dimensions or measure dimensions.
Products Represents a dimension that contains product information.

The lowest (leaf) level represents individual products.

Promotion Represents a dimension that contains information about marketing and advertising promotions.
Quantitative Represents a dimension that contains quantitative elements such as income level or number of children.
Rates Represents a dimension that contains different types of rates such as Buy, Sell, or Discounted.
Scenario Represents a dimension that contains business scenarios.
Time Represents a dimension that refers to time periods.
Unknown Represents a dimension with an unknown or unspecified type.
Utility Represents a dimension that contains only calculated members.

This type of dimension is usually used for data visualization techniques.

See also

Reference

Microsoft.PerformancePoint.Scorecards namespace