ColumnEncryptionKeyValueCollection.GetItemByColumnMasterKeyID(Int32) メソッド

定義

特定の列マスター キー ID の列暗号化キーの値を取得します

public Microsoft.SqlServer.Management.Smo.ColumnEncryptionKeyValue GetItemByColumnMasterKeyID(int ColumnMasterKeyID);
member this.GetItemByColumnMasterKeyID : int -> Microsoft.SqlServer.Management.Smo.ColumnEncryptionKeyValue
Public Function GetItemByColumnMasterKeyID (ColumnMasterKeyID As Integer) As ColumnEncryptionKeyValue

パラメーター

ColumnMasterKeyID
Int32

列マスター キー ID

返品

見つかった場合は CEK 値、それ以外の場合は null

適用対象