OutputClause.IntoTable-Eigenschaft

Ruft die Tabelle ab oder legt sie fest, z. B. SchemaObjectName oder eine Variable.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property IntoTable As TSqlFragment
    Get
    Set
public TSqlFragment IntoTable { get; set; }
public:
property TSqlFragment^ IntoTable {
    TSqlFragment^ get ();
    void set (TSqlFragment^ value);
}
member IntoTable : TSqlFragment with get, set
function get IntoTable () : TSqlFragment
function set IntoTable (value : TSqlFragment)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment

.NET Framework-Sicherheit

Siehe auch

Referenz

OutputClause Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace