SymmetricKey.DropKeyEncryption Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DropKeyEncryption(SymmetricKeyEncryption[]) |
Removes one or more key encryptions to the symmetric key. |
DropKeyEncryption(SymmetricKeyEncryption) |
Removes a key encryption to the symmetric key. |
DropKeyEncryption(SymmetricKeyEncryption[])
Removes one or more key encryptions to the symmetric key.
public void DropKeyEncryption (Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[] keyEncryptions);
member this.DropKeyEncryption : Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption[] -> unit
Public Sub DropKeyEncryption (keyEncryptions As SymmetricKeyEncryption())
Parameters
- keyEncryptions
- SymmetricKeyEncryption[]
Applies to
DropKeyEncryption(SymmetricKeyEncryption)
Removes a key encryption to the symmetric key.
public void DropKeyEncryption (Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption keyEncryption);
member this.DropKeyEncryption : Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption -> unit
Public Sub DropKeyEncryption (keyEncryption As SymmetricKeyEncryption)
Parameters
- keyEncryption
- SymmetricKeyEncryption