Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited 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 | |
---|---|---|
![]() |
Dimension() | Initializes a new instance of the Dimension class. |
![]() |
Dimension(Dimension) | Initializes a new instance of the Dimension class based on another Dimension object. |
![]() |
Dimension(String, String, String) | Initializes a new instance of the Dimension class with the specified properties. |
![]() |
Dimension(String, String, String, DimensionTypeEnum) | Initializes a new instance of the Dimension class with the specified properties. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
DefaultMemberName | Gets or sets the unique name of the dimension's default member. |
![]() |
Description | Gets or sets the description of this object. (Inherited from NameInfo.) |
![]() |
DisplayName | Gets or sets the display name of this object. (Inherited from NameInfo.) |
![]() |
Hierarchies | Gets the hierarchies that belong to this dimension. |
![]() |
IsMeasureDimension | Gets or sets a Boolean value that indicates whether this dimension is a measures dimension. |
![]() |
Levels | Gets the levels that belong to the dimension. |
![]() |
MeasureGroupNames | Gets the names of groupings of the measures in the dimension. |
![]() |
Type | Gets or sets the type of dimension. |
![]() |
UniqueName | Gets or sets the unique name of this object. (Inherited from NameInfo.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Performs a deep copy of this object. (Overrides NameInfo.Clone().) |
![]() |
CompareTo(Dimension) | Compares this object to another object for sorting purposes. |
![]() |
CompareTo(NameInfo) | Compares this object to another object for sorting purposes. (Inherited from NameInfo.) |
![]() ![]() |
CreateDimensionFromHierarchy | Converts a Hierarchy object into a Dimension object. |
![]() |
Diff | Compares this object with another object and returns the differences. (Overrides NameInfo.Diff(Object).) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Overrides NameInfo.ToString().) |
![]() |
Validate | Validates this object. (Overrides NameInfo.Validate().) |
Top