Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Public Function GetKpisFromScorecard ( _
scorecardLocation As RepositoryLocation _
) As KpiCollection
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim scorecardLocation As RepositoryLocation
Dim returnValue As KpiCollection
returnValue = instance.GetKpisFromScorecard(scorecardLocation)
public 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.
Implements
IBIMonitoringServiceApplicationProxy.GetKpisFromScorecard(RepositoryLocation)
See Also
Reference
BIMonitoringServiceApplicationProxy Class