Share via


IGlobalCache.GetDataSource Method (Microsoft.PerformancePoint.Scorecards)

Gets a data source from the cache.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Function GetDataSource ( _
    guid As Guid _
) As DataSource
'Usage
Dim instance As IGlobalCache
Dim guid As Guid
Dim returnValue As DataSource

returnValue = instance.GetDataSource(guid)
DataSource GetDataSource (
    Guid guid
)

Parameters

  • guid
    ID of the data source to look up.

Return Value

Cached data source.

See Also

Reference

IGlobalCache Interface
IGlobalCache Members
Microsoft.PerformancePoint.Scorecards Namespace