Open this page in the API Guide

DataProviderInfo.EnumerateDatabases Method

Enumerates the available databases.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public ICollection<string> EnumerateDatabases(
	ICollection<ParameterValue> settings
)

Parameters

settings
Type: System.Collections.Generic.ICollection<ParameterValue>
The provider-specific settings.

Return Value

Type: ICollection<String>
The available databases.
Exceptions
ExceptionCondition
NotSupportedExceptionThis call is not supported by the provider.
DataProviderLoadExceptionThe data provider requires third party driver to be installed.
DataConnectionExceptionThe connection cannot be established.
DataProviderExceptionFailed to retrieve the list of servers.
See Also