Compartilhar via


Propriedade AlterTableDropTableElement.TableElementType

Obtém ou define um tipo de elemento de tabela.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TableElementType
Retorna um TableElementType valor de enumeração.

Segurança do .NET Framework

Consulte também

Referência

AlterTableDropTableElement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql