AlterTableDropTableElementStatement.AlterTableDropTableElements Property

Definition

The dropped table elements.

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.AlterTableDropTableElement> AlterTableDropTableElements { get; }
member this.AlterTableDropTableElements : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.AlterTableDropTableElement>
Public ReadOnly Property AlterTableDropTableElements As IList(Of AlterTableDropTableElement)

Property Value

Applies to