AlterTableDropTableElementStatement.AlterTableDropTableElements 属性

Gets a list of the dropped table elements.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public ReadOnly Property AlterTableDropTableElements As IList(Of AlterTableDropTableElement)
    Get
用法
Dim instance As AlterTableDropTableElementStatement 
Dim value As IList(Of AlterTableDropTableElement)

value = instance.AlterTableDropTableElements
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>
The list of the dropped table elements.

请参阅

参考

AlterTableDropTableElementStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间