Compartir a través de


CryptographicProvider.Drop Método

Removes the CryptographicProvider object and updates the connected server.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Drop
'Uso
Dim instance As CryptographicProvider

instance.Drop()
public void Drop()
public:
virtual void Drop() sealed
abstract Drop : unit -> unit  
override Drop : unit -> unit
public final function Drop()

Implementa

IDroppable.Drop()

Comentarios

The CryptographicProvider must be created before Drop can be called.

Vea también

Referencia

CryptographicProvider Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo