DefaultDimensionSetting 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
Public method DefaultDimensionSetting() Initializes a new instance of the DefaultDimensionSetting class.
Public method DefaultDimensionSetting(DefaultDimensionSetting) Initializes a new instance of the DefaultDimensionSetting class, based on another DefaultDimensionSetting object.
Public method DefaultDimensionSetting(Dimension) Initializes a new instance of the DefaultDimensionSetting class, based on a Dimension object.

Top

Properties

  Name Description
Public property DefaultMemberName Gets or sets the unique name of the dimension's default member. (Inherited from Dimension.)
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. (Inherited from Dimension.)
Public property IsMeasureDimension Gets or sets a Boolean value that indicates whether this dimension is a measures dimension. (Inherited from Dimension.)
Public property IsVisible This object, member, or enumeration is deprecated and is not intended to be used in your code.
Public property Levels Gets the levels that belong to the dimension. (Inherited from Dimension.)
Public property MeasureGroupNames Gets the names of groupings of the measures in the dimension. (Inherited from Dimension.)
Public property Members Gets or sets the default set of members in a dimension.
Public property ShowAsSlider This object, member, or enumeration is deprecated and is not intended to be used in your code.
Public property Type Gets or sets the type of dimension. (Inherited from 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 Dimension.Clone().)
Public method CompareTo(Dimension) Compares this object to another object for sorting purposes. (Inherited from Dimension.)
Public method CompareTo(NameInfo) Compares this object to another object for sorting purposes. (Inherited from NameInfo.)
Public method Diff Compares this object with another object and returns the differences. (Overrides Dimension.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. (Inherited from Dimension.)
Public method Validate Validates this object. (Overrides Dimension.Validate().)

Top

See also

Reference

DefaultDimensionSetting class

Microsoft.PerformancePoint.Scorecards namespace