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.
Specifies the Sql data type option.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration SqlDataTypeOption
[SerializableAttribute]
public enum SqlDataTypeOption
[SerializableAttribute]
public enum class SqlDataTypeOption
[<SerializableAttribute>]
type SqlDataTypeOption
public enum SqlDataTypeOption
Members
Member name | Description | |
---|---|---|
None | Type is None | |
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 | |
Sql_Variant | Type is Sql_Variant | |
Table | Type is Table | |
Timestamp | Type is Timestamp | |
UniqueIdentifier | Type is UniqueIdentifier | |
Date | Type is Date | |
Time | Type is Time | |
DateTime2 | Type is DateTime2 | |
DateTimeOffset | Type is DateTimeOffset |