TableElementType-Enumeration
Gibt den Tabellenelementtyp an.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration TableElementType
[SerializableAttribute]
public enum TableElementType
[SerializableAttribute]
public enum class TableElementType
[<SerializableAttribute>]
type TableElementType
public enum TableElementType
Member
Membername | Beschreibung | |
---|---|---|
NotSpecified | Der Typ ist NotSpecified. | |
Constraint | Der Typ ist Constraint. | |
Column | Der Typ ist Column. |