diff --git a/xml/System.Data.Sql/SqlDataSourceEnumerator.xml b/xml/System.Data.Sql/SqlDataSourceEnumerator.xml index 5fc6cf76402..70e4f590936 100644 --- a/xml/System.Data.Sql/SqlDataSourceEnumerator.xml +++ b/xml/System.Data.Sql/SqlDataSourceEnumerator.xml @@ -21,11 +21,11 @@ class exposes this information to the application developer, providing a 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. + SQL Server makes it possible for applications to determine the existence of its instances within the current network. The class exposes this information to the application developer, providing a 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. ]]> - Enumerating Instances of SQL Server + Enumerating Instances of SQL Server @@ -47,7 +47,7 @@ - Retrieves a containing information about all visible SQL Server 2000 or SQL Server 2005 instances. + Retrieves a containing information about all visible SQL Server instances. A containing information about the visible SQL Server instances.
10.0.xx for SQL Server 2008
10.50.x for SQL Server 2008 R2
11.0.xx for SQL Server 2012
12.0.xx for SQL Server 2014
13.0.xx for SQL Server 2016
14.0.xx for SQL Server 2017| > [!NOTE] > Due to the nature of the mechanism used by to locate data sources on a network, the method will not always return a complete list of the available servers, and the list might not be the same on every call. If you plan to use this function to let users select a server from a list, make sure that you always also supply an option to type in a name that is not in the list, in case the server enumeration does not return all the available servers. In addition, this method may take a significant amount of time to execute, so be careful about calling it when performance is critical. @@ -133,7 +133,7 @@ class Program ]]>
- Enumerating Instances of SQL Server + Enumerating Instances of SQL Server
@@ -216,8 +216,8 @@ class Program ]]> - Enumerating Instances of SQL Server + Enumerating Instances of SQL Server
- \ No newline at end of file +