ColumnEncryptionKey.GetColumnsEncrypted 方法

定义

检索使用此列加密密钥加密的所有列的列表

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)

返回

适用于