Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Specifica l'opzione del tipo di dati SQL.
Spazio dei nomi: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Enumeration SqlDataTypeOption
[SerializableAttribute]
public enum SqlDataTypeOption
[SerializableAttribute]
public enum class SqlDataTypeOption
[<SerializableAttribute>]
type SqlDataTypeOption
public enum SqlDataTypeOption
Membri
| Nome membro | Descrizione | |
|---|---|---|
| None | Il tipo è None | |
| BigInt | Il tipo è BigInt | |
| Int | Il tipo è Int | |
| SmallInt | Il tipo è SmallInt | |
| TinyInt | Il tipo è TinyInt | |
| Bit | Il tipo è Bit | |
| Decimal | Il tipo è Decimal | |
| Numeric | Il tipo è Numeric | |
| Money | Il tipo è Money | |
| SmallMoney | Il tipo è SmallMoney | |
| Float | Il tipo è Float | |
| Real | Il tipo è Real | |
| DateTime | Il tipo è DateTime | |
| SmallDateTime | Il tipo è SmallDateTime | |
| Char | Il tipo è Char | |
| VarChar | Il tipo è VarChar | |
| Text | Il tipo è Text | |
| NChar | Il tipo è NChar | |
| NVarChar | Il tipo è NVarChar | |
| NText | Il tipo è NText | |
| Binary | Il tipo è Binary | |
| VarBinary | Il tipo è VarBinary | |
| Image | Il tipo è Image | |
| Cursor | Il tipo è Cursor | |
| Sql_Variant | Il tipo è Sql_Variant | |
| Table | Il tipo è Table | |
| Timestamp | Il tipo è Timestamp | |
| UniqueIdentifier | Il tipo è UniqueIdentifier | |
| Date | Il tipo è Update | |
| Time | Il tipo è Time | |
| DateTime2 | Il tipo è DateTime2 | |
| DateTimeOffset | Il tipo è DateTimeOffset |