Skip to content

Commit d1cac3c

Browse files
authored
Fix ChangePassword description (#4113)
1 parent c7edcb2 commit d1cac3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Data.SqlClient/SqlCredential.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<format type="text/markdown"><![CDATA[
4141
4242
## Remarks
43-
Use <xref:System.Data.SqlClient.SqlConnection.Credential%2A> to get or set a connection's <xref:System.Data.SqlClient.SqlCredential> object. Use <xref:System.Data.SqlClient.SqlConnection.ChangePassword%2A> to change the password for a <xref:System.Data.SqlClient.SqlCredential> object. For information on how a <xref:System.Data.SqlClient.SqlCredential> object affects connection pool behavior, see [SQL Server Connection Pooling (ADO.NET)](~/docs/framework/data/adonet/sql-server-connection-pooling.md).
43+
Use <xref:System.Data.SqlClient.SqlConnection.Credential%2A> to get or set a connection's <xref:System.Data.SqlClient.SqlCredential> object. Use <xref:System.Data.SqlClient.SqlConnection.ChangePassword%2A> to change the password for a user via an <xref:System.Data.SqlClient.SqlCredential> object. For information on how a <xref:System.Data.SqlClient.SqlCredential> object affects connection pool behavior, see [SQL Server Connection Pooling (ADO.NET)](~/docs/framework/data/adonet/sql-server-connection-pooling.md).
4444
4545
An <xref:System.InvalidOperationException> exception will be raised if a non-null <xref:System.Data.SqlClient.SqlCredential> object is used in a connection with any of the following connection string keywords:
4646

0 commit comments

Comments
 (0)