Share via


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