Share via


IGlobalCache.GetKpiMeasure Method (Microsoft.PerformancePoint.Scorecards)

Gets a KPI from the cache.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

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

returnValue = instance.GetKpiMeasure(kpiGuid, kpiMeasureGuid)
KpiMeasure GetKpiMeasure (
    Guid kpiGuid,
    Guid kpiMeasureGuid
)

Parameters

  • kpiGuid
    The GUID of the KPI that theKpiMeasurebelongs to.
  • kpiMeasureGuid
    The GUID of theKpiMeasureto look up.

Return Value

The cached KpiMeasure

See Also

Reference

IGlobalCache Interface
IGlobalCache Members
Microsoft.PerformancePoint.Scorecards Namespace