Dimension members

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

The Dimension type exposes the following members.

Constructors

  Name Description
Public method Dimension() Initializes a new instance of the Dimension class.
Public method Dimension(Dimension) Initializes a new instance of the Dimension class based on another Dimension object.
Public method Dimension(String, String, String) Initializes a new instance of the Dimension class with the specified properties.
Public method Dimension(String, String, String, DimensionTypeEnum) Initializes a new instance of the Dimension class with the specified properties.

Top

Properties

  Name Description
Public property DefaultMemberName Gets or sets the unique name of the dimension's default member.
Public property Description Gets or sets the description of this object. (Inherited from NameInfo.)
Public property DisplayName Gets or sets the display name of this object. (Inherited from NameInfo.)
Public property Hierarchies Gets the hierarchies that belong to this dimension.
Public property IsMeasureDimension Gets or sets a Boolean value that indicates whether this dimension is a measures dimension.
Public property Levels Gets the levels that belong to the dimension.
Public property MeasureGroupNames Gets the names of groupings of the measures in the dimension.
Public property Type Gets or sets the type of dimension.
Public property UniqueName Gets or sets the unique name of this object. (Inherited from NameInfo.)

Top

Methods

  Name Description
Public method Clone Performs a deep copy of this object. (Overrides NameInfo.Clone().)
Public method CompareTo(Dimension) Compares this object to another object for sorting purposes.
Public method CompareTo(NameInfo) Compares this object to another object for sorting purposes. (Inherited from NameInfo.)
Public methodStatic member CreateDimensionFromHierarchy Converts a Hierarchy object into a Dimension object.
Public method Diff Compares this object with another object and returns the differences. (Overrides NameInfo.Diff(Object).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Overrides NameInfo.ToString().)
Public method Validate Validates this object. (Overrides NameInfo.Validate().)

Top

See also

Reference

Dimension class

Microsoft.PerformancePoint.Scorecards namespace