KpiMeasure Class
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents an actual (calculated metric) for a key performance indicator (KPI).
Inheritance Hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.Element
Microsoft.PerformancePoint.Scorecards.SecondClassElement
Microsoft.PerformancePoint.Scorecards.KpiMeasure
Microsoft.PerformancePoint.Scorecards.Target
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class KpiMeasure _
Inherits SecondClassElement _
Implements IDiffable, IEquatable(Of KpiMeasure), _
IComparable(Of KpiMeasure)
'Usage
Dim instance As KpiMeasure
[SerializableAttribute]
public class KpiMeasure : SecondClassElement, IDiffable,
IEquatable<KpiMeasure>, IComparable<KpiMeasure>
Remarks
KpiMeasure encapsulates the data source information of the KPI actual. KpiMeasure is also the base class for KPI targets.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.