DataProviderEnumerateServers 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.1.0.1001)
Syntax
public abstract ICollection<string> EnumerateServers()

Return Value

Type: ICollectionString
The list of the available database server names.
Exceptions
ExceptionCondition
NotSupportedExceptionThrown when the data provider does not support enumerating servers.
See Also