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
kpiLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the associated KPI in the repository.
kpiMeasureGuid
Type: System.GuidThe GUID of the KPI measure.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.KpiMeasure
The requested KPI measure.