Measure members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents an OLAP measure.
The Measure type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Measure() | Initializes a new instance of the Measure class. | |
Measure(Measure) | Initializes a new instance of the Measure class based on another Measure object. | |
Measure(String, String, String) | Initializes a new instance of the Measure class with the specified properties. |
Top
Properties
Name | Description | |
---|---|---|
AggregatorValue | Gets or sets the aggregation type for this measure. | |
Description | Gets or sets the description of this object. (Inherited from NameInfo.) | |
DisplayFolder | Gets or sets the name of the display folder for this measure. | |
DisplayName | Gets or sets the display name of this object. (Inherited from NameInfo.) | |
HierarchyName | Gets or sets the name of the hierarchy for this measure. | |
IsSumAggregationType | Gets a Boolean value that indicates whether the aggregation is a sum. | |
MeasureGroup | Gets or sets the name of the measure group that contains this measure. | |
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(Measure) | Compares this object to another object for sorting purposes. | |
CompareTo(NameInfo) | 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