Condividi tramite


Enumerazione OdbcLiteralType

Specifies the Open Database Connectivity (ODBC) literal types.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Enumeration OdbcLiteralType
'Utilizzo
Dim instance As OdbcLiteralType
public enum OdbcLiteralType
public enum class OdbcLiteralType
type OdbcLiteralType
public enum OdbcLiteralType

Membri

Nome membro Descrizione
Date The literal type is Date.
Guid The literal type is Guid.
Time The literal type is Time.
Timestamp The literal type is Timestamp.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom