Compartir a través de


Enumeración TableElementType

Specifies the table element type.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Enumeration TableElementType
'Uso
Dim instance As TableElementType
[SerializableAttribute]
public enum TableElementType
[SerializableAttribute]
public enum class TableElementType
[<SerializableAttribute>]
type TableElementType
public enum TableElementType

Miembros

Nombre del miembro Descripción
Column The Type is Column.
Constraint The Type is Constraint.
NotSpecified The Type is NotSpecified.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom