CustomDataSourceProvider.GetDatabaseNames Method (Microsoft.PerformancePoint.Scorecards.Extensions)

Gets the names of the databases on the DataSource server.

Namespace: Microsoft.PerformancePoint.Scorecards.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public MustOverride Function GetDatabaseNames As String()
'Usage
Dim instance As CustomDataSourceProvider
Dim returnValue As String()

returnValue = instance.GetDatabaseNames
public abstract string[] GetDatabaseNames ()

Return Value

An array of database names.

See Also

Reference

CustomDataSourceProvider Class
CustomDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.Extensions Namespace