TableReferenceWithAliasAndColumns.Columns Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the optional column aliases, may have zero elements.

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

Syntax

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

Property Value

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

The optional column aliases, may have zero elements.

See Also

TableReferenceWithAliasAndColumns Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top