Compartir a través de


AlterTableDropTableElementStatement.AlterTableDropTableElements (Propiedad)

Obtiene una lista de elementos de tabla quitados.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

AlterTableDropTableElementStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)