Share via


KpiMeasure-Klasse

Gilt für: PerformancePoint-Dienste für SharePoint Server, Enterprise-Version
Eine tatsächliche (berechnete Metrik) aus, für einen Key Performance Indicator (KPI) darstellt.

Vererbungshierarchie

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>

Hinweise

KpiMeasure kapselt die Datenquelleninformationen von KPI-Istwerten. KpiMeasure ist auch die Basisklasse für KPI-Ziele.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

KpiMeasure-Member

Microsoft.PerformancePoint.Scorecards-Namespace