Partilhar via


Método AsymmetricKey.AddPrivateKey

Adds a private key to the asymmetric key with the specified password.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub AddPrivateKey ( _
    password As String _
)
'Uso
Dim instance As AsymmetricKey 
Dim password As String

instance.AddPrivateKey(password)
public void AddPrivateKey(
    string password
)
public:
void AddPrivateKey(
    String^ password
)
member AddPrivateKey : 
        password:string -> unit
public function AddPrivateKey(
    password : String
)

Parâmetros

Exemplos

Chamando métodos

Consulte também

Referência

AsymmetricKey Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

CREATE ASYMMETRIC KEY (Transact-SQL)