Enumeração TableElementType
Specifies the table element type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Enumeration TableElementType
'Uso
Dim instance As TableElementType
[SerializableAttribute]
public enum TableElementType
[SerializableAttribute]
public enum class TableElementType
[<SerializableAttribute>]
type TableElementType
public enum TableElementType
Membros
Nome do membro | Descrição | |
---|---|---|
Column | The Type is Column. | |
Constraint | The Type is Constraint. | |
NotSpecified | The Type is NotSpecified. |