OutputIntoClause.IntoTable Property

Definition

Represents the table, can be SchemaObjectTableReference or VariableTableReference. Optional may be null.

public Microsoft.SqlServer.TransactSql.ScriptDom.TableReference IntoTable { get; set; }
member this.IntoTable : Microsoft.SqlServer.TransactSql.ScriptDom.TableReference with get, set
Public Property IntoTable As TableReference

Property Value

Applies to