Kpi class

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

Inheritance hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.Element
    Microsoft.PerformancePoint.Scorecards.FirstClassElement
      Microsoft.PerformancePoint.Scorecards.Kpi

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 object is one of the first class object (FCO) types in PerformancePoint Services. KPIs are stored in a SharePoint list (by default, the PerformancePoint Content List).

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.

See also

Reference

Kpi members

Microsoft.PerformancePoint.Scorecards namespace