Udostępnij za pośrednictwem


Metoda ServiceMasterKey.ChangeAccount

Szyfruje klucz główny usługa nowe, określone poświadczenia.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Sub ChangeAccount ( _
    newAccount As String, _
    newPassword As String _
)
'Użycie
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
)

Parametry

  • newAccount
    Typ: System.String
    A String wartość, która określa konta otworzyć klucz głównego usługa.
  • newPassword
    Typ: System.String
    A String wartość określająca skojarzone hasło dla konta, który jest używany do otwierania klucz głównego usługa.