KpiMeasure members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents an actual (calculated metric) for a key performance indicator (KPI).
The KpiMeasure type exposes the following members.
Constructors
Name | Description | |
---|---|---|
KpiMeasure | Initializes a new instance of the KpiMeasure class. |
Top
Properties
Name | Description | |
---|---|---|
AggregateBy | Gets or sets the aggregation method to apply to the actual's query. | |
CalcFormulaInfo | Gets or sets the calculated formula to apply to the actual's query. | |
Comments | Gets the collection of comments on the element. (Inherited from Element.) | |
CurrentFormula | Gets or sets the MDX formula or tuple to use to retrieve the current value. | |
DataSourceLocation | Gets or sets the location of the actual's data source. | |
DefaultDimensionSettings | Gets the dimension slices to apply to the actual's query. | |
Description | Gets or sets the description of the element. (Inherited from Element.) | |
DisableScorecardFilters | Gets or sets a Boolean value that indicates whether scorecard filters are disabled for the actual's query. | |
Guid | Gets or sets the unique identifier of the object. (Inherited from SecondClassElement.) | |
IsCustomCurrentFormula | Gets or sets a Boolean value that indicates whether the formula defined in the CurrentFormula property is used to calculate the current value of the actual. | |
ModelCurrent | Gets or sets the current value of the actual. | |
Name | Gets or sets the display name of the element. (Inherited from Element.) | |
OdbcQuery | This object, member, or enumeration is deprecated and is not intended to be used in your code. | |
OverrideDisplayFormat | Gets a Boolean value that indicates whether the display settings override the default display settings from the data source. | |
OverrideFormatProperties | Gets or sets the custom format settings for the actual's values. | |
OverrideHoverText | Gets or sets the description to display on mouse over. | |
Owner | Gets or sets the owner of the element. (Inherited from Element.) | |
OwnerKpiLocation | Gets or sets the location of the key performance indicator (KPI) that this actual represents. | |
Pattern | Gets or sets the pattern for this actual. | |
Properties | Gets the collection of properties for this element. (Inherited from Element.) | |
TimeFilterFormula | Gets or sets the formula of the time intelligence filter to apply to the actual's query. | |
ValueSource | Gets or sets the rollup method to apply to the source data. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. (Overrides Element.Clone().) | |
CompareTo(Element) | Compares this object to another object for sorting purposes. (Inherited from Element.) | |
CompareTo(KpiMeasure) | Compares this object to another object for sorting purposes. | |
CopyCalcFormulaInfo | Copies the calculated formula for the actual's query from another KpiMeasure object. | |
CopyCalcTypeFrom | Copies the override settings from another KpiMeasure object. | |
CopyDataMappingsFrom | Copies query properties from another KpiMeasure object. | |
CopyFormatSettingsFrom | Copies override formatting properties and mouse over text from another KpiMeasure object. | |
CopyFrom | Copies from another object. (Overrides SecondClassElement.CopyFrom(Element).) | |
Diff | Compares this object with another object and returns the differences. (Overrides Element.Diff(Object).) | |
Equals(Object) | (Inherited from Object.) | |
Equals(Element) | Determines whether this object is equal to another object of the same type. (Inherited from Element.) | |
Equals(KpiMeasure) | Determines whether this object is equal to another object of the same type. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetOverrideFormattedValue | Gets the adjusted value after applying the multiplier, formatting, and culture information. | |
GetOverrideValue | Gets the adjusted value after applying the multiplier, format, and rounding. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. (Overrides Element.Validate().) |
Top