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 table, can be SchemaObjectTableReference or VariableTableReference.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property IntoTable As TableReference
Get
Set
'Usage
Dim instance As OutputIntoClause
Dim value As TableReference
value = instance.IntoTable
instance.IntoTable = value
public TableReference IntoTable { get; set; }
public:
property TableReference^ IntoTable {
TableReference^ get ();
void set (TableReference^ value);
}
member IntoTable : TableReference with get, set
function get IntoTable () : TableReference
function set IntoTable (value : TableReference)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.TableReference
The table.