Represents a KPI (key performance indicator).
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Kpi
Inherits FirstClassElement
Implements ICloneable, IDiffable, IEquatable(Of Kpi), _
IComparable(Of Kpi)
[SerializableAttribute]
public class Kpi : FirstClassElement, ICloneable, IDiffable, IEquatable<Kpi>,
IComparable<Kpi>
A KPI is a versioned first class object that uses different KPI providers to retrieve data.
System.Object
Microsoft.PerformancePoint.Scorecards.Element
Microsoft.PerformancePoint.Scorecards.FirstClassElement
Microsoft.PerformancePoint.Scorecards.Kpi
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.