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 the specified key encryption from the symmetric key.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub DropKeyEncryption ( _
keyEncryption As SymmetricKeyEncryption _
)
'Usage
Dim instance As SymmetricKey
Dim keyEncryption As SymmetricKeyEncryption
instance.DropKeyEncryption(keyEncryption)
public void DropKeyEncryption(
SymmetricKeyEncryption keyEncryption
)
public:
void DropKeyEncryption(
SymmetricKeyEncryption^ keyEncryption
)
member DropKeyEncryption :
keyEncryption:SymmetricKeyEncryption -> unit
public function DropKeyEncryption(
keyEncryption : SymmetricKeyEncryption
)
Parameters
- keyEncryption
Type: Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryption
An SymmetricKeyEncryption object value that specifies the key encryption to be removed from the symmetric key.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace