Partager via


Propriété AlterTableDropTableElementStatement.AlterTableDropTableElements

Gets a list of the dropped table elements.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property AlterTableDropTableElements As IList(Of AlterTableDropTableElement)
    Get
'Utilisation
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>

Valeur de propriété

Type : System.Collections.Generic.IList<AlterTableDropTableElement>
The list of the dropped table elements.

Voir aussi

Référence

AlterTableDropTableElementStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom