IBIMonitoringStore.GetKpi Method
Retrieves a key performance indicator (KPI) from a SharePoint list.
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 IBIMonitoringStore
Dim location As RepositoryLocation
Dim returnValue As Kpi
returnValue = instance.GetKpi(location)
Kpi GetKpi(
RepositoryLocation location
)
Parameters
location
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the KPI in the SharePoint list.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Kpi
The requested KPI, or a null reference (Nothing in Visual Basic) if it does not exist.