Compartilhar via


Propriedade do RDL AlterTableDropTableElementStatement.AlterTableDropTableElements

Gets a list of the dropped table elements.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public ReadOnly Property AlterTableDropTableElements As IList(Of AlterTableDropTableElement)
    Get
'Uso
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>

Valor da propriedade

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

Consulte também

Referência

AlterTableDropTableElementStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom