RemoteGlobalCache.GetKpiMeasure Method
Gets a key performance indicator (KPI) measure.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function GetKpiMeasure ( _
kpiLocation As RepositoryLocation, _
kpiMeasureGuid As Guid _
) As KpiMeasure
'Usage
Dim instance As RemoteGlobalCache
Dim kpiLocation As RepositoryLocation
Dim kpiMeasureGuid As Guid
Dim returnValue As KpiMeasure
returnValue = instance.GetKpiMeasure(kpiLocation, _
kpiMeasureGuid)
public 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 to retrieve.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.KpiMeasure
The requested KPI measure.
Implements
IGlobalCache.GetKpiMeasure(RepositoryLocation, Guid)