TableElementType 列挙体
テーブル要素の種類を指定します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
<SerializableAttribute> _
Public Enumeration TableElementType
'使用
Dim instance As TableElementType
[SerializableAttribute]
public enum TableElementType
[SerializableAttribute]
public enum class TableElementType
public enum TableElementType
メンバ
メンバ名 | 説明 | |
---|---|---|
NotSpecified | 種類は NotSpecified です。 | |
Constraint | 種類は Constraint です。 | |
Column | 種類は Column です。 |