AlterTableDropTableElement.TableElementType プロパティ

テーブル要素の種類を取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property TableElementType As TableElementType
'使用
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);
}
public function get TableElementType () : TableElementType
public function set TableElementType (value : TableElementType)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.TableElementType
TableElementType 列挙値を返します。

参照

参照

AlterTableDropTableElement クラス

AlterTableDropTableElement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間