Свойство 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