OutputIntoClause.IntoTableColumns Property

Definition

The columns for the table. Optional, may have zero elements.

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ColumnReferenceExpression> IntoTableColumns { get; }
member this.IntoTableColumns : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.ColumnReferenceExpression>
Public ReadOnly Property IntoTableColumns As IList(Of ColumnReferenceExpression)

Property Value

Applies to