Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
scorecardLocation
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the scorecard in the repository. Only the ItemUrl property must be defined.
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 Microsoft SharePoint Server 2010 uses SharePoint lists as the repository for all first class objects except data sources.