ChangePassword méthode (String)
Changes the logon password that is used with standard authentication.
Espace de noms : Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (dans Microsoft.SqlServer.ConnectionInfo.dll)
Syntaxe
'Déclaration
Public Sub ChangePassword ( _
newPassword As String _
)
'Utilisation
Dim instance As ServerConnection
Dim newPassword As String
instance.ChangePassword(newPassword)
public void ChangePassword(
string newPassword
)
public:
void ChangePassword(
String^ newPassword
)
member ChangePassword :
newPassword:string -> unit
public function ChangePassword(
newPassword : String
)
Paramètres
- newPassword
Type : System. . :: . .String
A String value that specifies the new password.
Voir aussi
Référence
Autres ressources
Configuring SQL Server Access for SQL Server Authentication