言語

ColumnEncryptionKeyValue コンストラクター

定義

パラメーター化されたコンストラクター - パラメーター値からプロパティを設定します。

public ColumnEncryptionKeyValue(Microsoft.SqlServer.Management.Smo.ColumnEncryptionKey parent, Microsoft.SqlServer.Management.Smo.ColumnMasterKey cmk, string encryptionAlgorithm, byte[] encryptedValue);
new Microsoft.SqlServer.Management.Smo.ColumnEncryptionKeyValue : Microsoft.SqlServer.Management.Smo.ColumnEncryptionKey * Microsoft.SqlServer.Management.Smo.ColumnMasterKey * string * byte[] -> Microsoft.SqlServer.Management.Smo.ColumnEncryptionKeyValue
Public Sub New (parent As ColumnEncryptionKey, cmk As ColumnMasterKey, encryptionAlgorithm As String, encryptedValue As Byte())

パラメーター

parent
ColumnEncryptionKey

親列暗号化キー

cmk
ColumnMasterKey

列マスター キー オブジェクト

encryptionAlgorithm
String

暗号化アルゴリズム

encryptedValue
Byte[]

暗号化された CEK 値をバイト配列として使用する

適用対象