次の方法で共有


OdbcLiteralType 列挙体

Open Database Connectivity (ODBC) のリテラル型を指定します。

名前空間:  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 リテラル型は Date です。
Guid リテラル型は Guid です。
Time リテラル型は Time です。
Timestamp リテラル型は Timestamp です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間