다음을 통해 공유


ChangeAccount 메서드

Encrypts the service master key with the new, specified credentials.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Sub ChangeAccount ( _
    newAccount As String, _
    newPassword As String _
)
‘사용 방법
Dim instance As ServiceMasterKey
Dim newAccount As String
Dim newPassword As String

instance.ChangeAccount(newAccount, newPassword)
public void ChangeAccount(
    string newAccount,
    string newPassword
)
public:
void ChangeAccount(
    String^ newAccount, 
    String^ newPassword
)
member ChangeAccount : 
        newAccount:string * 
        newPassword:string -> unit 
public function ChangeAccount(
    newAccount : String, 
    newPassword : String
)

매개 변수

  • newPassword
    형식: System. . :: . .String
    A String value that specifies the associated password for the account which is used to open the service master key.