次の方法で共有


TableElementType 列挙体

テーブル要素の種類を指定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
<SerializableAttribute> _
Public Enumeration TableElementType
'使用
Dim instance As TableElementType
[SerializableAttribute]
public enum TableElementType
[SerializableAttribute]
public enum class TableElementType
[<SerializableAttribute>]
type TableElementType
public enum TableElementType

メンバー

メンバー名 説明
Column 種類は Column です。
Constraint 種類は Constraint です。
NotSpecified 種類は NotSpecified です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間