DataProviderInfoEnumerateDatabases Method

Enumerates the available databases.

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

Parameters

settings
Type: System.Collections.GenericICollectionParameterValue
The provider-specific settings.

Return Value

Type: ICollectionString
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