Перечисление 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.

См. также

Справочник

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom