Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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. |