Partilhar via


Método AsymmetricKey.RemovePrivateKey

Removes the private key from the asymmetric key.

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

Sintaxe

'Declaração
Public Sub RemovePrivateKey
'Uso
Dim instance As AsymmetricKey

instance.RemovePrivateKey()
public void RemovePrivateKey()
public:
void RemovePrivateKey()
member RemovePrivateKey : unit -> unit
public function RemovePrivateKey()

Exemplos

Chamando métodos

Consulte também

Referência

AsymmetricKey Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

CREATE ASYMMETRIC KEY (Transact-SQL)