Compartir a través de


AlterTableDropTableElement.TableElementType (Propiedad)

Obtiene o establece un tipo de elemento de tabla.

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 Property TableElementType As TableElementType
    Get
    Set
public TableElementType TableElementType { get; set; }
public:
property TableElementType TableElementType {
    TableElementType get ();
    void set (TableElementType value);
}
member TableElementType : TableElementType with get, set
function get TableElementType () : TableElementType
function set TableElementType (value : TableElementType)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TableElementType
Devuelve un valor de enumeración TableElementType.

Seguridad de .NET Framework

Vea también

Referencia

AlterTableDropTableElement Clase

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