테이블 요소 형식을 지정합니다.
네임스페이스: Microsoft.Data.Schema.ScriptDom.Sql
어셈블리: Microsoft.Data.Schema.ScriptDom.Sql(Microsoft.Data.Schema.ScriptDom.Sql.dll)
구문
‘선언
<SerializableAttribute> _
Public Enumeration TableElementType
[SerializableAttribute]
public enum TableElementType
[SerializableAttribute]
public enum class TableElementType
[<SerializableAttribute>]
type TableElementType
public enum TableElementType
멤버
| 멤버 이름 | 설명 | |
|---|---|---|
| NotSpecified | 형식이 NotSpecified입니다. | |
| Constraint | 형식이 Constraint입니다. | |
| Column | 형식이 Column입니다. |