Freigeben über


AsymmetricKey.RemovePrivateKey-Methode

Removes the private key from the asymmetric key.

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

Syntax

'Declaration
Public Sub RemovePrivateKey
'Usage
Dim instance As AsymmetricKey

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

Beispiele

Aufrufen von Methoden

Siehe auch

Verweis

AsymmetricKey Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

CREATE ASYMMETRIC KEY (Transact-SQL)