Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public ReadOnly Property Columns As IList(Of Identifier)
Get
'Usage
Dim instance As TableReferenceWithAliasAndColumns
Dim value As IList(Of Identifier)
value = instance.Columns
public IList<Identifier> Columns { get; }
public:
property IList<Identifier^>^ Columns {
IList<Identifier^>^ get ();
}
member Columns : IList<Identifier>
function get Columns () : IList<Identifier>
Property Value
Type: System.Collections.Generic.IList<Identifier>
The optional column aliases, may have zero elements.