OutputClause.SelectColumns Property

Definition

The first list of select columns.

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

Property Value

Applies to