Microsoft.Data.Sql.SqlDataSourceEnumerator
Provides a mechanism for enumerating all available instances of SQL Server within the local network.
namespace Microsoft.Data.Sql
{
public sealed class SqlDataSourceEnumerator : DbDataSourceEnumerator
{
public static SqlDataSourceEnumerator Instance { get; }
}
}