Specifies the Open Database Connectivity (ODBC) literal types.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Enumeration OdbcLiteralType
'用途
Dim instance As OdbcLiteralType
public enum OdbcLiteralType
public enum class OdbcLiteralType
type OdbcLiteralType
public enum OdbcLiteralType
成員
| 成員名稱 | 說明 | |
|---|---|---|
| Date | The literal type is Date. | |
| Guid | The literal type is Guid. | |
| Time | The literal type is Time. | |
| Timestamp | The literal type is Timestamp. |