次の方法で共有


AlterTableDropTableElementStatement.AlterTableDropTableElements プロパティ

削除されたテーブル要素の一覧を取得します。

名前空間:  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>
削除されたテーブル要素の一覧。

関連項目

参照

AlterTableDropTableElementStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間