Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the Column Types, used for class Column.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration ColumnType
'Usage
Dim instance As ColumnType
public enum ColumnType
public enum class ColumnType
type ColumnType
public enum ColumnType
Members
| Member name | Description | |
|---|---|---|
| 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. |