Share via


SPDataStore.GetKpisFromScorecard method

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

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

Syntax

'Declaration
Public Function GetKpisFromScorecard ( _
    scorecardLocation As RepositoryLocation _
) As KpiCollection
'Usage
Dim instance As SPDataStore
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 KPIs used by the scorecard, or a null reference (Nothing in Visual Basic) if the scorecard cannot be found.

Implements

IBIMonitoringStore.GetKpisFromScorecard(RepositoryLocation)

Remarks

PerformancePoint Services in SharePoint Server 2013 uses SharePoint lists as the repository for all first class objects except data sources.

See also

Reference

SPDataStore class

SPDataStore members

Microsoft.PerformancePoint.Scorecards.Store namespace