Compartilhar via


Propriedade AlterTableDropTableElementStatement.AlterTableDropTableElements

Obtém uma lista dos elementos de tabela descartados.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.IList<AlterTableDropTableElement>

Segurança do .NET Framework

Consulte também

Referência

AlterTableDropTableElementStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql