DataProviderInfoEnumerateServers Method

Enumerates the available database servers.

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> EnumerateServers()

Return Value

Type: ICollectionString
The list of the available database server names.
Exceptions
ExceptionCondition
NotSupportedExceptionThis call is not supported by the provider.
DataProviderLoadExceptionThe data provider requires third party driver to be installed.
DataProviderExceptionFailed to retrieve the list of servers.
See Also