ColumnMasterKey.GetColumnEncryptionKeyValuesEncrypted Method

Definition

Retrieves all column encryption key values encrypted with this column master key

public System.Collections.Generic.IList<Microsoft.SqlServer.Management.Smo.ColumnEncryptionKeyValue> GetColumnEncryptionKeyValuesEncrypted ();
member this.GetColumnEncryptionKeyValuesEncrypted : unit -> System.Collections.Generic.IList<Microsoft.SqlServer.Management.Smo.ColumnEncryptionKeyValue>
Public Function GetColumnEncryptionKeyValuesEncrypted () As IList(Of ColumnEncryptionKeyValue)

Returns

Applies to