Sdílet prostřednictvím


AlterTableDropTableElement.TableElementType – vlastnost

Získá nebo nastaví typ prvku tabulky.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.TableElementType
Vrátí TableElementType hodnotu výčtu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AlterTableDropTableElement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů