SqlType Enumeration
Represents a SQL type.
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
type SqlType
Members
Member name | Description | |
---|---|---|
Unknown | Type is Unknown | |
BigInt | Type is BigInt | |
Int | Type is Int | |
SmallInt | Type is SmallInt | |
TinyInt | Type is TinyInt | |
Bit | Type is Bit | |
Decimal | Type is Decimal | |
Numeric | Type is Numeric | |
Money | Type is Money | |
SmallMoney | Type is SmallMoney | |
Float | Type is Float | |
Real | Type is Real | |
DateTime | Type is DateTime | |
SmallDateTime | Type is SmallDateTime | |
Char | Type is Char | |
VarChar | Type is VarChar | |
Text | Type is Text | |
NChar | Type is NChar | |
NVarChar | Type is NVarChar | |
NText | Type is NText | |
Binary | Type is Binary | |
VarBinary | Type is VarBinary | |
Image | Type is Image | |
Cursor | Type is Cursor | |
Variant | Type is Variant | |
Table | Type is Table | |
Timestamp | Type is Timestamp | |
UniqueIdentifier | Type is UniqueIdentifier | |
Xml | Type is XML | |
Date | Type is Date | |
Time | Type is Time | |
DateTime2 | Type is DateTime2 | |
DateTimeOffset | Type is DateTimeOffset |
Remarks
See ISqlBuiltInType.