BIMonitoringServiceApplicationProxy.GetDatabaseNamesFromDataSource method

Gets the list of databases from the specified data source.

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

Syntax

'Declaration
Public Function GetDatabaseNamesFromDataSource ( _
    dataSource As DataSource _
) As String()
'Usage
Dim instance As BIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim returnValue As String()

returnValue = instance.GetDatabaseNamesFromDataSource(dataSource)
public string[] GetDatabaseNamesFromDataSource(
    DataSource dataSource
)

Parameters

Return value

Type: []
A list of databases from the specified data source.

Implements

IBIMonitoringServiceApplicationProxy.GetDatabaseNamesFromDataSource(DataSource)

See also

Reference

BIMonitoringServiceApplicationProxy class

BIMonitoringServiceApplicationProxy members

Microsoft.PerformancePoint.Scorecards namespace