共用方式為


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 命名空間