IBIMonitoringServiceApplicationProxy.GetDataSource method

Retrieves a data source from a SharePoint document library.

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

Syntax

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

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

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.DataSource
The data source at the specified location.

See also

Reference

IBIMonitoringServiceApplicationProxy interface

IBIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace