Share via


IGlobalCache.GetKpi method

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

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

Syntax

'Declaration
Function GetKpi ( _
    location As RepositoryLocation _
) As Kpi
'Usage
Dim instance As IGlobalCache
Dim location As RepositoryLocation
Dim returnValue As Kpi

returnValue = instance.GetKpi(location)
Kpi GetKpi(
    RepositoryLocation location
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.Kpi
The requested KPI.

See also

Reference

IGlobalCache interface

IGlobalCache members

Microsoft.PerformancePoint.Scorecards namespace