Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets a list of the dropped table elements.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Collections.Generic.IList<AlterTableDropTableElement>
The list of the dropped table elements.
Vea también
Referencia
AlterTableDropTableElementStatement Clase
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom