NameInfo members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the display name, unique name, and description of OLAP cubes, dimensions, hierarchies, levels, and measures.
The NameInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NameInfo() | Initializes an instance of the NameInfo class. | |
NameInfo(NameInfo) | Initializes an instance of the NameInfo class based on another NameInfo object. | |
NameInfo(String, String, String) | Initializes an instance of the NameInfo class with the specified name and description. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the description of this object. | |
DisplayName | Gets or sets the display name of this object. | |
UniqueName | Gets or sets the unique name of this object. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep a copy of this object. | |
CompareTo | Compares this object to another object for sorting purposes. | |
Diff | Compares this object with another object and returns the differences. | |
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. (Overrides Object.ToString().) | |
Validate | Validates this object. |
Top