IBIMonitoringStore.GetScorecard-Methode
Ruft eine Scorecard aus einer SharePoint-Liste.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Function GetScorecard ( _
location As RepositoryLocation _
) As Scorecard
'Usage
Dim instance As IBIMonitoringStore
Dim location As RepositoryLocation
Dim returnValue As Scorecard
returnValue = instance.GetScorecard(location)
Scorecard GetScorecard(
RepositoryLocation location
)
Parameter
location
Typ: Microsoft.PerformancePoint.Scorecards.RepositoryLocationDer Speicherort der Scorecard in der SharePoint-Liste.
Rückgabewert
Typ: Microsoft.PerformancePoint.Scorecards.Scorecard
Der angeforderte Scorecard oder ein Nullverweis (Nothing in Visual Basic) ist nicht vorhanden.