TargetValue members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a target key performance indicator (KPI) value.

The TargetValue type exposes the following members.

Constructors

  Name Description
Public method TargetValue() Initializes a new instance of the TargetValue class.
Public method TargetValue(IGlobalCache) Initializes a new instance of the TargetValue class.
Public method TargetValue(KpiMeasureValue) Initializes a new instance of the TargetValue class, based on another TargetValue object.

Top

Properties

  Name Description
Public property BandByValue Gets or sets the internal score used to determine the value of the InBand property for leaf nodes.
Public property BaseKpiLocation Gets or sets the location of the base key performance indicator (KPI) in the repository. (Inherited from KpiMeasureValue.)
Public property BaseKpiMeasure Gets the base measure. (Inherited from KpiMeasureValue.)
Public property BaseKpiMeasureId Gets or sets the GUID of the base measure. (Inherited from KpiMeasureValue.)
Public property BaseTarget Gets the base target.
Public property CurrentValue Gets or sets the current value of this object. (Inherited from KpiMeasureValue.)
Public property DisplayValue Gets or sets the display value that is specified in the data source and formatted according to the measure settings. (Inherited from KpiMeasureValue.)
Public property InBand Gets or sets the indicator band that this target is in.
Public property Indicator Gets the base measure.
Public property IsInError Gets or sets a Boolean value that indicates whether this measure value is in error. (Inherited from KpiMeasureValue.)
Public property IsInfinity Gets or sets a value that indicates whether this measure value is infinity and whether is positive or negative infinity. (Inherited from KpiMeasureValue.)
Public property IsNull Gets or sets a Boolean value that indicates whether this measure value is null. (Inherited from KpiMeasureValue.)
Public property IsStatedScoreInError Gets or sets a Boolean value that indicates whether the StatedScoreValue is in error.
Public property IsStatedScoreNull Gets or sets a Boolean value that indicates whether the StatedScoreValue is a null reference (Nothing in Visual Basic).
Public property LocalCache Gets or sets the local cache that is used to look up objects. (Inherited from KpiMeasureValue.)
Public property Name Gets the name of this measure value object. (Inherited from KpiMeasureValue.)
Public property NormalizedBandValue Gets or sets the normalized score used in rollup calculations.
Public property OverrideValue Gets the adjusted value of this measure value after applying the multiplier and rounding scheme. (Inherited from KpiMeasureValue.)
Public property RelatedActual Gets or sets the value of the corresponding actual KpiMeasureValue object.
Public property StatedScoreValue Gets or sets the value of the stated score.
Public property StatusInBand Gets or sets the indicator band used for status.

Top

Methods

  Name Description
Public method Clone Performs a deep copy of this object. (Inherited from KpiMeasureValue.)
Protected method CopyFrom Copies from another KpiMeasureValue object. (Inherited from KpiMeasureValue.)
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 (Inherited from Object.)
Public method Validate Validates this object. (Overrides KpiMeasureValue.Validate().)

Top

See also

Reference

TargetValue class

Microsoft.PerformancePoint.Scorecards namespace