System.Data.Sql.SqlDataSourceEnumerator Class

Provides a mechanism for enumerating all available instances of SQL Server within the local network.

See Also: SqlDataSourceEnumerator Members

Syntax

public sealed class SqlDataSourceEnumerator : System.Data.Common.DbDataSourceEnumerator

Remarks

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 System.Data.Sql.SqlDataSourceEnumerator class exposes this information to the application developer, providing a System.Data.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.

Requirements

Namespace: System.Data.Sql
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0