SqlDataSourceEnumerator Class
Assembly: System.Data (in system.data.dll)
'Declaration Public NotInheritable Class SqlDataSourceEnumerator Inherits DbDataSourceEnumerator 'Usage Dim instance As SqlDataSourceEnumerator
public final class SqlDataSourceEnumerator extends DbDataSourceEnumerator
public final class SqlDataSourceEnumerator extends DbDataSourceEnumerator
Not applicable.
Both SQL Server 2000 and SQL Server 2005 make it possible for applications to determine the existence of SQL Server instances within the current network. The SqlDataSourceEnumerator class exposes this information to the application developer, providing a DataTable containing information about all the available servers. This returned table contains a list of server instances that matches the list provided when a user attempts to create a new connection, and on the Connection Properties dialog box, expands the drop-down list containing all the available servers.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.