Kpi-Klasse
Gilt für: PerformancePoint-Dienste für SharePoint Server, Enterprise-Version
Stellt einen Key Performance Indicator (KPI).
Vererbungshierarchie
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>
Hinweise
Ein KPI Objekt ist ein Objekt der ersten Klasse (FCO) Typen in PerformancePoint-Dienste. KPIs werden in einer SharePoint-Liste (in der Standardeinstellung die PerformancePoint-Inhaltsliste) gespeichert.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.