Cube Members

Include Protected Members
Include Inherited Members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents an OLAP cube from Microsoft SQL Server Analysis Services.

The Cube type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Description Gets or sets the description of this object. (Inherited from NameInfo.)
Public property Dimensions Gets the dimensions in the cube.
Public property DisplayName Gets or sets the display name of this object. (Inherited from NameInfo.)
Public property MeasureGroups Gets the measure groups in the cube.
Public property Measures Gets the measures in the cube.
Public property NamedSets Gets or sets the named sets in the cube.
Public property UniqueName Gets or sets the unique name of this object. (Inherited from NameInfo.)
Public property Version Gets or sets the major version of the software on the server that hosts the cube.

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 GetHierarchy Returns the hierarchy with specified unique name.
Public method GetMeasuresHierarchy Returns the default measure hierarchy.
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. (Overrides NameInfo.Validate().)

Top

See Also

Reference

Cube Class

Microsoft.PerformancePoint.Scorecards Namespace