Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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. |