次の方法で共有


SymmetricKey.DropKeyEncryption メソッド (array<SymmetricKeyEncryption )

指定したキー暗号化を対称キーから削除します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub DropKeyEncryption ( _
    keyEncryptions As SymmetricKeyEncryption() _
)
'使用
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[]
)

パラメーター

使用例

暗号化の使用

関連項目

参照

SymmetricKey クラス

DropKeyEncryption オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

暗号化階層

CREATE SYMMETRIC KEY (Transact-SQL)