TabularProviderEnumerateDatabases Method

Enumerates the available databases.

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

Parameters

settings  ICollectionParameterValue
The provider-specific settings.

Return Value

ICollectionString
The available databases.
Exceptions
ExceptionCondition
ArgumentExceptionThrown when regex input, or ILocalizationService.GetString argument is or empty.
NotSupportedExceptionThrown when the data provider does not support enumerating databases.
See Also