Compartir a través de


OutputClause.IntoTable (Propiedad)

Obtiene o establece la tabla; puede ser una variable o SchemaObjectName.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

OutputClause Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)