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