Freigeben über


AlterTableDropTableElementStatement.AlterTableDropTableElements-Eigenschaft

Ruft eine Liste der verworfenen Tabellenelemente ab.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
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>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

AlterTableDropTableElementStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace