TableElementType 列舉
Specifies the table element type.
命名空間: 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 | The Type is Column. | |
Constraint | The Type is Constraint. | |
NotSpecified | The Type is NotSpecified. |