Level Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
Level() | Initializes a new instance of the Level class. | |
Level(Level) | Initializes a new instance of the Level class based on another Level object. | |
Level(String, String, String) | Initializes a new instance of the Level class with the specified properties. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the description of this object. (Inherited from NameInfo.) | |
DimensionUniqueName | Gets or sets the unique name of the dimension that contains the level. | |
DisplayName | Gets or sets the display name of this object. (Inherited from NameInfo.) | |
HierarchyUniqueName | Gets or sets the unique name of the hierarchy that contains this level. | |
IsAllLevel | Gets or sets a Boolean value that indicates whether this level is the "All" level. | |
LevelNumber | Gets or sets the number of levels from the cube. | |
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 | Compares this object to another object for sorting purposes. (Inherited from NameInfo.) | |
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. (Inherited from NameInfo.) | |
Validate | Validates this object. (Inherited from NameInfo.) |
Top