BIMonitoringServiceApplicationProxy.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
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

Return value

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

Implements

IBIMonitoringServiceApplicationProxy.GetKpisFromScorecard(RepositoryLocation)

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace