ServerConnection.ChangePassword Method

Changes the logon password that is used with standard authentication.

Remarks

Updated text:

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Overload List

Name Description
ServerConnection.ChangePassword (SecureString)
Changes the login password that is used with standard authentication.
ServerConnection.ChangePassword (String)
Changes the logon password that is used with standard authentication.

See Also

Reference

ServerConnection Class
ServerConnection Members
Microsoft.SqlServer.Management.Common Namespace

Other Resources

Calling Methods
Configuring SQL Server Access for SQL Server Authentication

Change History

Release

History

New content:
  • Added overloads to the ChangePassword method.