Sdílet prostřednictvím


OutputClause.IntoTable – vlastnost

Získá nebo nastaví tabulky; může být SchemaObjectName nebo proměnné.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

OutputClause Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů