Gets or sets the table, can be SchemaObjectTableReference or VariableTableReference.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property IntoTable As TableReference
Get
Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.TableReference
The table.