DimensionTypeEnum Enumeration (Microsoft.PerformancePoint.Scorecards)

Defines the dimension types for the Dimension class.

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 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 such as income level or number of children.  
Rates Describes a dimension that contains different types of rates such as Buy, Sell, or Discounted.  
Scenario Describes a dimension that contains different business scenarios.  
Time Indicates if a dimension refers to time. (Example: year, month, week, day)  
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.  

See Also

Reference

Microsoft.PerformancePoint.Scorecards Namespace