다음을 통해 공유


RemoteGlobalCache.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
Public Function GetKpi ( _
    location As RepositoryLocation _
) As Kpi
'Usage
Dim instance As RemoteGlobalCache
Dim location As RepositoryLocation
Dim returnValue As Kpi

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

Parameters

Return Value

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

Implements

IGlobalCache.GetKpi(RepositoryLocation)

See Also

Reference

RemoteGlobalCache Class

RemoteGlobalCache Members

Microsoft.PerformancePoint.Scorecards Namespace