ViewStatementBody.Columns Property

Gets or sets the columns for the view.

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 ViewStatementBody 
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 columns for the view.

See Also

Reference

ViewStatementBody Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace