Partager via


Énumération TableElementType

Specifies the table element type.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Enumeration TableElementType
'Utilisation
Dim instance As TableElementType
[SerializableAttribute]
public enum TableElementType
[SerializableAttribute]
public enum class TableElementType
[<SerializableAttribute>]
type TableElementType
public enum TableElementType

Membres

Nom de membre Description
Column The Type is Column.
Constraint The Type is Constraint.
NotSpecified The Type is NotSpecified.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom