Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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