다음을 통해 공유


RemoteGlobalCache.GetDataSource Method

Gets a data source from the cache.

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

Syntax

'Declaration
Public Function GetDataSource ( _
    location As RepositoryLocation _
) As DataSource
'Usage
Dim instance As RemoteGlobalCache
Dim location As RepositoryLocation
Dim returnValue As DataSource

returnValue = instance.GetDataSource(location)
public DataSource GetDataSource(
    RepositoryLocation location
)

Parameters

Return Value

Type: Microsoft.PerformancePoint.Scorecards.DataSource
The requested data source.

Implements

IGlobalCache.GetDataSource(RepositoryLocation)

See Also

Reference

RemoteGlobalCache Class

RemoteGlobalCache Members

Microsoft.PerformancePoint.Scorecards Namespace