Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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