Privilege80.Columns Property

 

Applies To: SQL Server 2016 Preview

Gets a list of column names. 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>

A list of column names.

See Also

Privilege80 Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top