IBIMonitoringServiceApplicationProxy.GetKpisFromScorecard Method
Gets the collection of key performance indicators (KPIs) from the specified scorecard.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Function GetKpisFromScorecard ( _
scorecardLocation As RepositoryLocation _
) As KpiCollection
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim scorecardLocation As RepositoryLocation
Dim returnValue As KpiCollection
returnValue = instance.GetKpisFromScorecard(scorecardLocation)
KpiCollection GetKpisFromScorecard(
RepositoryLocation scorecardLocation
)
Parameters
scorecardLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the specified scorecard in the repository.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.KpiCollection
The collection of KPIs from the specified scorecard.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface