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 | |
---|---|---|
Cube() | Initializes a new instance of the Cube class. | |
Cube(Cube) | Initializes a new instance of the Cube class based on another Cube object. | |
Cube(String, String, String) | Initializes a new instance of the Cube class, based on the specified properties. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the description of this object. (Inherited from NameInfo.) | |
Dimensions | Gets the dimensions in the cube. | |
DisplayName | Gets or sets the display name of this object. (Inherited from NameInfo.) | |
MeasureGroups | Gets the measure groups in the cube. | |
Measures | Gets the measures in the cube. | |
NamedSets | Gets or sets the named sets in the cube. | |
UniqueName | Gets or sets the unique name of this object. (Inherited from NameInfo.) | |
Version | Gets or sets the major version of the software on the server that hosts the cube. |
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.) | |
GetHierarchy | Returns the hierarchy with specified unique name. | |
GetMeasuresHierarchy | Returns the default measure hierarchy. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from NameInfo.) | |
Validate | Validates this object. (Overrides NameInfo.Validate().) |
Top