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. |