SqlDataTypeOption (Enumeración)
Especifica la opción de tipo de datos de Sql.
Espacio de nombres: Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado: Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Enumeration SqlDataTypeOption
[SerializableAttribute]
public enum SqlDataTypeOption
[SerializableAttribute]
public enum class SqlDataTypeOption
[<SerializableAttribute>]
type SqlDataTypeOption
public enum SqlDataTypeOption
Miembros
Nombre de miembro | Descripción | |
---|---|---|
None | El tipo es None | |
BigInt | El tipo es BigInt | |
Int | El tipo es Int | |
SmallInt | El tipo es SmallInt | |
TinyInt | El tipo es TinyInt | |
Bit | El tipo es Bit | |
Decimal | El tipo es Decimal | |
Numeric | El tipo es Numeric | |
Money | El tipo es Money | |
SmallMoney | El tipo es SmallMoney | |
Float | El tipo es Float | |
Real | El tipo es Real | |
DateTime | El tipo es DateTime | |
SmallDateTime | El tipo es SmallDateTime | |
Char | El tipo es Char | |
VarChar | El tipo es VarChar | |
Text | El tipo es Text | |
NChar | El tipo es NChar | |
NVarChar | El tipo es NVarChar | |
NText | El tipo es NText | |
Binary | El tipo es Binary | |
VarBinary | El tipo es VarBinary | |
Image | El tipo es Image | |
Cursor | El tipo es Cursor | |
Sql_Variant | El tipo es Sql_Variant | |
Table | El tipo es Tabla | |
Timestamp | El tipo es Timestamp | |
UniqueIdentifier | El tipo es UniqueIdentifier | |
Date | El tipo es Date | |
Time | El tipo es Time | |
DateTime2 | El tipo es DateTime2 | |
DateTimeOffset | El tipo es DateTimeOffset |