Dela via


SqlType Enumeration

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

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace