ColumnMasterKey.GetColumnEncryptionKeyValuesEncrypted Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)