Freigeben über


Kpi.GetMeasure-Methode

Ruft einen Wert ab (tatsächliche oder Ziel) für Key Performance Indicator (KPI), basierend auf dem entsprechenden GUID.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function GetMeasure ( _
    guid As Guid _
) As KpiMeasure
'Usage
Dim instance As Kpi
Dim guid As Guid
Dim returnValue As KpiMeasure

returnValue = instance.GetMeasure(guid)
public KpiMeasure GetMeasure(
    Guid guid
)

Parameter

Rückgabewert

Typ: Microsoft.PerformancePoint.Scorecards.KpiMeasure
Das Measure mit der angegebenen GUID, wenn gefunden; andernfalls ein Nullverweis (Nothing in Visual Basic).

Siehe auch

Referenz

Kpi Klasse

Kpi-Member

Microsoft.PerformancePoint.Scorecards-Namespace