AddKeyEncryption メソッド (SymmetricKeyEncryption[])
対称キーにキー暗号化を追加します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub AddKeyEncryption ( _
keyEncryptions As SymmetricKeyEncryption() _
)
'使用
Dim instance As SymmetricKey
Dim keyEncryptions As SymmetricKeyEncryption()
instance.AddKeyEncryption(keyEncryptions)
public void AddKeyEncryption(
SymmetricKeyEncryption[] keyEncryptions
)
public:
void AddKeyEncryption(
array<SymmetricKeyEncryption^>^ keyEncryptions
)
member AddKeyEncryption :
keyEncryptions:SymmetricKeyEncryption[] -> unit
public function AddKeyEncryption(
keyEncryptions : SymmetricKeyEncryption[]
)
パラメーター
- keyEncryptions
型: array<Microsoft.SqlServer.Management.Smo. . :: . .SymmetricKeyEncryption> [] () [] []
対称キーに追加する 2 種類以上の暗号化メカニズムを示す SymmetricKeyEncryption オブジェクト配列の値です。