QuerySpecification.SelectElements Property

Definition

These are the selected columns, or set variables, the strong types of objects that can be here are SelectColumn, SelectSetVariable.

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

Property Value

Applies to