| title | SetServiceAccountPassword Method (SqlService Class) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 03/04/2017 | |
| ms.prod | sql-server-2016 | |
| ms.reviewer | ||
| ms.suite | ||
| ms.technology |
|
|
| ms.tgt_pltfrm | ||
| ms.topic | reference | |
| apiname |
|
|
| apilocation |
|
|
| apitype | MOFDef | |
| helpviewer_keywords |
|
|
| ms.assetid | e577a1ac-985c-4799-bb38-9393efc3def2 | |
| caps.latest.revision | 36 | |
| author | JennieHubbard | |
| ms.author | jhubbard | |
| manager | jhubbard |
Modifies the password for the account that the referenced service runs under.
object.SetServiceAccountPassword(AccountOldPassword , ServiceStartPassword)
object
A SqlService Class object that represents the service.
AccountOldPassword
A string value that specifies the existing password for the account.
ServiceStartPassword
A string value that specifies the new password for the account.
A uint32 value, which is 0 if the service was successfully modified, 1 if the request is not supported, and any other number to indicate an error.