Skip to content

Commit 41a9c64

Browse files
authored
Corrected terminology and added FCI (dotnet#5367)
See title. Fixed things that were not quite right as I've done with a lot of HA related stuff for SQL Server.
1 parent a6c9f93 commit 41a9c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Data.SqlClient/SqlConnectionStringBuilder.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1818,7 +1818,7 @@ False
18181818
<ReturnType>System.Boolean</ReturnType>
18191819
</ReturnValue>
18201820
<Docs>
1821-
<summary>If your application is connecting to an AlwaysOn availability group (AG) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server. For more information about SqlClient support for Always On Availability Groups, see [SqlClient Support for High Availability, Disaster Recovery](/dotnet/framework/data/adonet/sql/sqlclient-support-for-high-availability-disaster-recovery).</summary>
1821+
<summary>If your application is connecting to an Always On availability group (AG) or Always On Failover Cluster Instance (FCI) on different subnets, setting MultiSubnetFailover=true provides faster detection of and connection to the (currently) active server. For more information about SqlClient support for the Always On features, see [SqlClient Support for High Availability, Disaster Recovery](/dotnet/framework/data/adonet/sql/sqlclient-support-for-high-availability-disaster-recovery).</summary>
18221822
<value>Returns <see cref="T:System.Boolean" /> indicating the current value of the property.</value>
18231823
<remarks>To be added.</remarks>
18241824
<related type="Article" href="/dotnet/framework/data/adonet/ado-net-overview">ADO.NET Overview</related>

0 commit comments

Comments
 (0)