Share via


PmService.GetDataSource Method (Microsoft.PerformancePoint.Scorecards.Server)

Gets data sources.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetDataSource ( _
    guid As Guid _
) As DataSource
'Usage
Dim instance As PmService
Dim guid As Guid
Dim returnValue As DataSource

returnValue = instance.GetDataSource(guid)
[WebMethodAttribute] 
public DataSource GetDataSource (
    Guid guid
)

Parameters

  • guid
    The ID of the data source.

Return Value

The data source object.

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards.Server Namespace