TargetValue Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
TargetValue() | Initializes a new instance of the TargetValue class. | |
TargetValue(IGlobalCache) | Initializes a new instance of the TargetValue class. | |
TargetValue(KpiMeasureValue) | Initializes a new instance of the TargetValue class, based on another TargetValue object. |
Top
Properties
Name | Description | |
---|---|---|
BandByValue | Gets or sets the internal score used to determine the value of the InBand property for leaf nodes. | |
BaseKpiLocation | Gets or sets the location of the base key performance indicator (KPI) in the repository. (Inherited from KpiMeasureValue.) | |
BaseKpiMeasure | Gets the base measure. (Inherited from KpiMeasureValue.) | |
BaseKpiMeasureId | Gets or sets the GUID of the base measure. (Inherited from KpiMeasureValue.) | |
BaseTarget | Gets the base target. | |
CurrentValue | Gets or sets the current value of this object. (Inherited from KpiMeasureValue.) | |
DisplayValue | Gets or sets the display value that is specified in the data source and formatted according to the measure settings. (Inherited from KpiMeasureValue.) | |
InBand | Gets or sets the indicator band that this target is in. | |
Indicator | Gets the base measure. | |
IsInError | Gets or sets a Boolean value that indicates whether this measure value is in error. (Inherited from KpiMeasureValue.) | |
IsInfinity | Gets or sets a value that indicates whether this measure value is infinity and whether is positive or negative infinity. (Inherited from KpiMeasureValue.) | |
IsNull | Gets or sets a Boolean value that indicates whether this measure value is null. (Inherited from KpiMeasureValue.) | |
IsStatedScoreInError | Gets or sets a Boolean value that indicates whether the StatedScoreValue is in error. | |
IsStatedScoreNull | Gets or sets a Boolean value that indicates whether the StatedScoreValue is a null reference (Nothing in Visual Basic). | |
LocalCache | Gets or sets the local cache that is used to look up objects. (Inherited from KpiMeasureValue.) | |
Name | Gets the name of this measure value object. (Inherited from KpiMeasureValue.) | |
NormalizedBandValue | Gets or sets the normalized score used in rollup calculations. | |
OverrideValue | Gets the adjusted value of this measure value after applying the multiplier and rounding scheme. (Inherited from KpiMeasureValue.) | |
RelatedActual | Gets or sets the value of the corresponding actual KpiMeasureValue object. | |
StatedScoreValue | Gets or sets the value of the stated score. | |
StatusInBand | Gets or sets the indicator band used for status. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. (Inherited from KpiMeasureValue.) | |
CopyFrom | Copies from another KpiMeasureValue object. (Inherited from KpiMeasureValue.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. (Overrides KpiMeasureValue.Validate().) |
Top