Share via


IGlobalCache.GetKpiMeasure method

Gets a key performance indicator (KPI) measure from the cache.

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

Syntax

'Declaration
Function GetKpiMeasure ( _
    kpiLocation As RepositoryLocation, _
    kpiMeasureGuid As Guid _
) As KpiMeasure
'Usage
Dim instance As IGlobalCache
Dim kpiLocation As RepositoryLocation
Dim kpiMeasureGuid As Guid
Dim returnValue As KpiMeasure

returnValue = instance.GetKpiMeasure(kpiLocation, _
    kpiMeasureGuid)
KpiMeasure GetKpiMeasure(
    RepositoryLocation kpiLocation,
    Guid kpiMeasureGuid
)

Parameters

  • kpiMeasureGuid
    Type: System.Guid

    The GUID of the KPI measure.

Return value

Type: Microsoft.PerformancePoint.Scorecards.KpiMeasure
The requested KPI measure.

See also

Reference

IGlobalCache interface

IGlobalCache members

Microsoft.PerformancePoint.Scorecards namespace