AlterTableDropTableElementStatement.AlterTableDropTableElements 属性

获取已删除的表元素的列表。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
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>

属性值

类型:System.Collections.Generic.IList<AlterTableDropTableElement>

.NET Framework 安全性

请参见

参考

AlterTableDropTableElementStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间