DropKeyEncryption méthode (SymmetricKeyEncryption[])
Removes the specified key encryptions from the symmetric key.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans 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
- keyEncryptions
Type : array<Microsoft.SqlServer.Management.Smo. . :: . .SymmetricKeyEncryption> [] () [] []
Voir aussi