Drop méthode (Boolean)
Removes an Extensible Key Management (EKM) key from an EKM device.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Drop ( _
removeProviderKey As Boolean _
)
'Utilisation
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
)
Paramètres
- removeProviderKey
Type : System. . :: . .Boolean
A Boolean property indicating removal of an Extensible Key Management (EKM) key from an EKM device.
Voir aussi