Partager via


Énumération OdbcLiteralType

Specifies the Open Database Connectivity (ODBC) literal types.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Enumeration OdbcLiteralType
'Utilisation
Dim instance As OdbcLiteralType
public enum OdbcLiteralType
public enum class OdbcLiteralType
type OdbcLiteralType
public enum OdbcLiteralType

Membres

Nom de membre Description
Date The literal type is Date.
Guid The literal type is Guid.
Time The literal type is Time.
Timestamp The literal type is Timestamp.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom