Sdílet prostřednictvím


OutputClause.IntoTableColumns – vlastnost

Získá seznam sloupců tabulky.

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

Syntaxe

'Deklarace
Public ReadOnly Property IntoTableColumns As IList(Of Identifier)
    Get
public IList<Identifier> IntoTableColumns { get; }
public:
property IList<Identifier^>^ IntoTableColumns {
    IList<Identifier^>^ get ();
}
member IntoTableColumns : IList<Identifier>
function get IntoTableColumns () : IList<Identifier>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<Identifier>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

OutputClause Třída

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