Share via


AlterTableDropTableElementStatement.AlterTableDropTableElements Property

Gets a list of the dropped table elements.

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)
public IList<AlterTableDropTableElement> AlterTableDropTableElements { get; }
public:
property IList<AlterTableDropTableElement^>^ AlterTableDropTableElements {
    IList<AlterTableDropTableElement^>^ get ();
}
member AlterTableDropTableElements : IList<AlterTableDropTableElement>
function get AlterTableDropTableElements () : IList<AlterTableDropTableElement>

Property Value

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

.NET Framework Security

See Also

Reference

AlterTableDropTableElementStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace