TableElementType Enumeration

Specifies the table element type.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration TableElementType
'Usage
Dim instance As TableElementType
[SerializableAttribute]
public enum TableElementType
[SerializableAttribute]
public enum class TableElementType
[<SerializableAttribute>]
type TableElementType
public enum TableElementType

Members

Member name Description
Column The Type is Column.
Constraint The Type is Constraint.
NotSpecified The Type is NotSpecified.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace