IBIMonitoringStore.GetKpisFromScorecard method

Gets the collection of key performance indicators (KPIs) from the specified scorecard.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Function GetKpisFromScorecard ( _
    location As RepositoryLocation _
) As KpiCollection
'Usage
Dim instance As IBIMonitoringStore
Dim location As RepositoryLocation
Dim returnValue As KpiCollection

returnValue = instance.GetKpisFromScorecard(location)
KpiCollection GetKpisFromScorecard(
    RepositoryLocation location
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.KpiCollection
The KPIs used by the scorecard, or a null reference (Nothing in Visual Basic) if the scorecard cannot be found.

See also

Reference

IBIMonitoringStore interface

IBIMonitoringStore members

Microsoft.PerformancePoint.Scorecards namespace