Service.ChangePassword 메서드
Changes the password for the system account under which the SQL Server service is running.
네임스페이스: Microsoft.SqlServer.Management.Smo.Wmi
어셈블리: Microsoft.SqlServer.SqlWmiManagement(Microsoft.SqlServer.SqlWmiManagement.dll)
구문
‘선언
Public Sub ChangePassword ( _
oldPassword As String, _
newPassword As String _
)
‘사용 방법
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
)
매개 변수
- oldPassword
유형: System.String
A String value that specifies the existing password.
- newPassword
유형: System.String
A String value that specifies the new password.
예
WMI 공급자를 사용하여 서비스 및 네트워크 설정 관리
참고 항목
참조
Microsoft.SqlServer.Management.Smo.Wmi 네임스페이스