Level members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a level in a dimension from an OLAP data source.

The Level type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Description Gets or sets the description of this object. (Inherited from NameInfo.)
Public property DimensionUniqueName Gets or sets the unique name of the dimension that contains the level.
Public property DisplayName Gets or sets the display name of this object. (Inherited from NameInfo.)
Public property HierarchyUniqueName Gets or sets the unique name of the hierarchy that contains this level.
Public property IsAllLevel Gets or sets a Boolean value that indicates whether this level is the "All" level.
Public property LevelNumber Gets or sets the number of levels from the cube.
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 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 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. (Inherited from NameInfo.)
Public method Validate Validates this object. (Inherited from NameInfo.)

Top

See also

Reference

Level class

Microsoft.PerformancePoint.Scorecards namespace