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
Public method Measure() Initializes a new instance of the Measure class.
Protected method Measure(Measure) Initializes a new instance of the Measure class based on another Measure object.
Public method Measure(String, String, String) Initializes a new instance of the Measure class with the specified properties.

Top

Properties

  Name Description
Public property AggregatorValue Gets or sets the aggregation type for this measure.
Public property Description Gets or sets the description of this object. (Inherited from NameInfo.)
Public property DisplayFolder Gets or sets the name of the display folder for this measure.
Public property DisplayName Gets or sets the display name of this object. (Inherited from NameInfo.)
Public property HierarchyName Gets or sets the name of the hierarchy for this measure.
Public property IsSumAggregationType Gets a Boolean value that indicates whether the aggregation is a sum.
Public property MeasureGroup Gets or sets the name of the measure group that contains this measure.
Public property UniqueName Gets or sets the unique name of this object. (Inherited from NameInfo.)

Top

Methods

  Name Description
Public method Clone Performs a deep copy of this object. (Overrides NameInfo.Clone().)
Public method CompareTo(Measure) Compares this object to another object for sorting purposes.
Public method CompareTo(NameInfo) 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 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. (Inherited from NameInfo.)

Top

See also

Reference

Measure class

Microsoft.PerformancePoint.Scorecards namespace