Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.48 KB

File metadata and controls

47 lines (38 loc) · 1.48 KB
title SetServiceAccountPassword Method (SqlService)
ms.custom seo-lt-2019
ms.date 03/04/2017
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology wmi
ms.topic reference
apiname
SetServiceAccountPassword Method (SqlService Class)
apilocation
sqlmgmproviderxpsp2up.mof
apitype MOFDef
helpviewer_keywords
SetServiceAccountPassword method
ms.assetid e577a1ac-985c-4799-bb38-9393efc3def2
author CarlRabeler
ms.author carlrab

SetServiceAccountPassword Method (SqlService Class)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md] Modifies the password for the account that the referenced service runs under.

Syntax

  
object.SetServiceAccountPassword(AccountOldPassword , ServiceStartPassword)  

Parts

object
A SqlService Class object that represents the service.

Parameters

AccountOldPassword
A string value that specifies the existing password for the account.

ServiceStartPassword
A string value that specifies the new password for the account.

Property Value/Return Value

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.

Remarks