Specifies the Column Types, used for class Column.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration ColumnType
用法
Dim instance As ColumnType
public enum ColumnType
public enum class ColumnType
type ColumnType
public enum ColumnType
成员
| 成员名称 | 说明 | |
|---|---|---|
| IdentityCol | The type is IdentityCol. | |
| PseudoColumnAction | The type is PseudoColumnAction. | |
| PseudoColumnCuid | The type is PseudoColumnCuid. | |
| PseudoColumnIdentity | The type is PseudoColumnIdentity. | |
| PseudoColumnRowGuid | The type is PseudoColumnRowGuid. | |
| Regular | The type is Regular. | |
| RowGuidCol | The type is RowGuidCol. | |
| Wildcard | The type is Wildcard. |