テーブル要素の種類を取得します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property TableElementType As TableElementType
Get
Set
'使用
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)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.TableElementType
TableElementType の列挙値の 1 つ。