Partager via


Méthode SymmetricKey.DropKeyEncryption (array<SymmetricKeyEncryption )

Removes the specified key encryptions from the symmetric key.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub DropKeyEncryption ( _
    keyEncryptions As SymmetricKeyEncryption() _
)
'Utilisation
Dim instance As SymmetricKey 
Dim keyEncryptions As SymmetricKeyEncryption()

instance.DropKeyEncryption(keyEncryptions)
public void DropKeyEncryption(
    SymmetricKeyEncryption[] keyEncryptions
)
public:
void DropKeyEncryption(
    array<SymmetricKeyEncryption^>^ keyEncryptions
)
member DropKeyEncryption : 
        keyEncryptions:SymmetricKeyEncryption[] -> unit
public function DropKeyEncryption(
    keyEncryptions : SymmetricKeyEncryption[]
)

Paramètres

Exemples

Utilisation du chiffrement

Voir aussi

Référence

SymmetricKey Classe

Surcharge DropKeyEncryption

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Hiérarchie de chiffrement

CREATE SYMMETRIC KEY (Transact-SQL)