Condividi tramite


Proprietà AlterTableDropTableElementStatement.AlterTableDropTableElements

Ottiene un elenco degli elementi della tabella da rilasciare.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AlterTableDropTableElementStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql