OutputIntoClause.SelectColumns Property

 

Applies To: SQL Server 2016 Preview

Gets the first list of select columns.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<SelectElement> SelectColumns { get; }
public:
property IList<SelectElement^>^ SelectColumns {
    IList<SelectElement^>^ get();
}
member SelectColumns : IList<SelectElement> with get
Public ReadOnly Property SelectColumns As IList(Of SelectElement)

Property Value

Type: System.Collections.Generic.IList<SelectElement>

The first list of select columns.

See Also

OutputIntoClause Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top