Propriedade do RDL OutputIntoClause.IntoTable
Gets or sets the table, can be SchemaObjectTableReference or VariableTableReference.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property IntoTable As TableReference
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.TableReference
The table.