Sdílet prostřednictvím


AlterTableDropTableElementStatement.AlterTableDropTableElements – vlastnost

Získá seznam prvků umisťovaných 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 AlterTableDropTableElements As IList(Of AlterTableDropTableElement)
    Get
public IList<AlterTableDropTableElement> AlterTableDropTableElements { get; }
public:
property IList<AlterTableDropTableElement^>^ AlterTableDropTableElements {
    IList<AlterTableDropTableElement^>^ get ();
}
member AlterTableDropTableElements : IList<AlterTableDropTableElement>
function get AlterTableDropTableElements () : IList<AlterTableDropTableElement>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AlterTableDropTableElementStatement Třída

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