IGlobalCache.GetScorecard Method
Gets a scorecard from the cache.
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 IGlobalCache
Dim location As RepositoryLocation
Dim returnValue As Scorecard
returnValue = instance.GetScorecard(location)
Scorecard GetScorecard(
RepositoryLocation location
)
Parameters
location
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the scorecard in the repository.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Scorecard
The requested scorecard.