Open this page in the API Guide

DataProviderInfo.EnumerateServers 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 (25.1.0.1000)
Syntax
public ICollection<string> EnumerateServers()

Return Value

Type: ICollection<String>
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