Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Changes the password for the system account under which the SQL Server service is running.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Public Sub ChangePassword ( _
oldPassword As String, _
newPassword As String _
)
'Utilisation
Dim instance As Service
Dim oldPassword As String
Dim newPassword As String
instance.ChangePassword(oldPassword, _
newPassword)
public void ChangePassword(
string oldPassword,
string newPassword
)
public:
void ChangePassword(
String^ oldPassword,
String^ newPassword
)
member ChangePassword :
oldPassword:string *
newPassword:string -> unit
public function ChangePassword(
oldPassword : String,
newPassword : String
)
Paramètres
- oldPassword
Type : System.String
A String value that specifies the existing password.
- newPassword
Type : System.String
A String value that specifies the new password.
Exemples
Gestion des services et des paramètres réseau à l'aide du fournisseur WMI
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo.Wmi