Partilhar via


Enumeração OdbcLiteralType

Specifies the Open Database Connectivity (ODBC) literal types.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Enumeration OdbcLiteralType
'Uso
Dim instance As OdbcLiteralType
public enum OdbcLiteralType
public enum class OdbcLiteralType
type OdbcLiteralType
public enum OdbcLiteralType

Membros

Nome do membro Descrição
Date The literal type is Date.
Guid The literal type is Guid.
Time The literal type is Time.
Timestamp The literal type is Timestamp.

Consulte também

Referência

Namespace Microsoft.SqlServer.TransactSql.ScriptDom