Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlType
'Usage
Dim instance As SqlType
public enum SqlType
public enum class SqlType
public enum SqlType
Members
| Member name | Description | |
|---|---|---|
| Unknown | ||
| BigInt | ||
| Int | ||
| SmallInt | ||
| TinyInt | ||
| Bit | ||
| Decimal | ||
| Numeric | ||
| Money | ||
| SmallMoney | ||
| Float | ||
| Real | ||
| DateTime | ||
| SmallDateTime | ||
| Char | ||
| VarChar | ||
| Text | ||
| NChar | ||
| NVarChar | ||
| NText | ||
| Binary | ||
| VarBinary | ||
| Image | ||
| Cursor | ||
| Variant | ||
| Table | ||
| Timestamp | ||
| UniqueIdentifier | ||
| Xml | ||
| Date | ||
| Time | ||
| DateTime2 | ||
| DateTimeOffset |