Compartir a través de


AlterTableDropTableElement.TableElementType Propiedad

Gets the type of the table element.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property TableElementType As TableElementType 
    Get 
    Set
'Uso
Dim instance As AlterTableDropTableElement 
Dim value As TableElementType 

value = instance.TableElementType

instance.TableElementType = value
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 la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.TableElementType
One of the enumeration values of the TableElementType.

Vea también

Referencia

AlterTableDropTableElement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom