Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes an Extensible Key Management (EKM) key from an EKM device.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Drop ( _
removeProviderKey As Boolean _
)
'Usage
Dim instance As AsymmetricKey
Dim removeProviderKey As Boolean
instance.Drop(removeProviderKey)
public void Drop(
bool removeProviderKey
)
public:
void Drop(
bool removeProviderKey
)
member Drop :
removeProviderKey:bool -> unit
public function Drop(
removeProviderKey : boolean
)
Parameters
- removeProviderKey
Type: System.Boolean
A Boolean property indicating removal of an Extensible Key Management (EKM) key from an EKM device.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace