IBIMonitoringServiceApplicationProxy.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
Function GetDatabaseNamesFromDataSource ( _
dataSource As DataSource _
) As String()
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim dataSource As DataSource
Dim returnValue As String()
returnValue = instance.GetDatabaseNamesFromDataSource(dataSource)
string[] GetDatabaseNamesFromDataSource(
DataSource dataSource
)
Parameters
dataSource
Type: Microsoft.PerformancePoint.Scorecards.DataSourceThe specified data source object.
Return Value
Type: []
A list of databases from the specified data source.
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface