DefaultDimensionSetting Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the default set of members in a dimension.
The DefaultDimensionSetting type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DefaultDimensionSetting() | Initializes a new instance of the DefaultDimensionSetting class. | |
DefaultDimensionSetting(DefaultDimensionSetting) | Initializes a new instance of the DefaultDimensionSetting class, based on another DefaultDimensionSetting object. | |
DefaultDimensionSetting(Dimension) | Initializes a new instance of the DefaultDimensionSetting class, based on a Dimension object. |
Top
Properties
Name | Description | |
---|---|---|
DefaultMemberName | Gets or sets the unique name of the dimension's default member. (Inherited from Dimension.) | |
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. (Inherited from Dimension.) | |
IsMeasureDimension | Gets or sets a Boolean value that indicates whether this dimension is a measures dimension. (Inherited from Dimension.) | |
IsVisible | This object, member, or enumeration is deprecated and is not intended to be used in your code. | |
Levels | Gets the levels that belong to the dimension. (Inherited from Dimension.) | |
MeasureGroupNames | Gets the names of groupings of the measures in the dimension. (Inherited from Dimension.) | |
Members | Gets or sets the default set of members in a dimension. | |
ShowAsSlider | This object, member, or enumeration is deprecated and is not intended to be used in your code. | |
Type | Gets or sets the type of dimension. (Inherited from 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 Dimension.Clone().) | |
CompareTo(Dimension) | Compares this object to another object for sorting purposes. (Inherited from Dimension.) | |
CompareTo(NameInfo) | Compares this object to another object for sorting purposes. (Inherited from NameInfo.) | |
Diff | Compares this object with another object and returns the differences. (Overrides Dimension.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. (Inherited from Dimension.) | |
Validate | Validates this object. (Overrides Dimension.Validate().) |
Top