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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.