Kpi Class (Microsoft.PerformancePoint.Scorecards)
Represents a KPI (key performance indicator).
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class Kpi
Inherits FirstClassElement
Implements ICloneable, IDiffable, IEquatable(Of Kpi), _
IComparable(Of Kpi)
'Usage
Dim instance As Kpi
[SerializableAttribute]
public class Kpi : FirstClassElement, ICloneable, IDiffable, IEquatable<Kpi>,
IComparable<Kpi>
Remarks
A KPI is a versioned first class object that uses different KPI providers to retrieve data.
Inheritance Hierarchy
System.Object
Microsoft.PerformancePoint.Scorecards.Element
Microsoft.PerformancePoint.Scorecards.FirstClassElement
Microsoft.PerformancePoint.Scorecards.Kpi
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.