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

Return value

Type: Microsoft.PerformancePoint.Scorecards.KpiCollection
The collection of KPIs from the specified scorecard.

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace