다음을 통해 공유


RemoteGlobalCache.GetIndicator Method

Gets an indicator from the cache.

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

Syntax

'Declaration
Public Function GetIndicator ( _
    location As RepositoryLocation _
) As Indicator
'Usage
Dim instance As RemoteGlobalCache
Dim location As RepositoryLocation
Dim returnValue As Indicator

returnValue = instance.GetIndicator(location)
public Indicator GetIndicator(
    RepositoryLocation location
)

Parameters

Return Value

Type: Indicator
The requested indicator.

Implements

IGlobalCache.GetIndicator(RepositoryLocation)

See Also

Reference

RemoteGlobalCache Class

RemoteGlobalCache Members

Microsoft.PerformancePoint.Scorecards Namespace