Share via


RemoteGlobalCache.GetDataSource Method (Microsoft.PerformancePoint.Scorecards)

Gets a data source.

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

Syntax

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

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

Parameters

  • guid
    ID of data source.

Return Value

Cached data source.

See Also

Reference

RemoteGlobalCache Class
RemoteGlobalCache Members
Microsoft.PerformancePoint.Scorecards Namespace