SecurityTargetObject.Columns Property

Definition

Represents the columns. If this is used inside ALTER AUTHORIZATION, there can't be any columns. Optional may have zero elements.

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.Identifier> Columns { get; }
member this.Columns : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.Identifier>
Public ReadOnly Property Columns As IList(Of Identifier)

Property Value

Applies to