ColumnEncryptionKey.GetColumnsEncrypted Method

Definition

Retrieves the list of all columns encrypted with this column encryption key

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

Returns

Applies to