リテラルの型を指定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Enumeration LiteralType
'使用
Dim instance As LiteralType
public enum LiteralType
public enum class LiteralType
type LiteralType
public enum LiteralType
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| Binary | 型は Binary です。 | |
| Default | 型は Default です。 | |
| Identifier | 型は Identifier です。 | |
| Integer | 型は Integer です。 | |
| Max | 型は Max です。 | |
| Money | 型は Money です。 | |
| Null | 型は Null です。 | |
| Numeric | 型は Numeric です。 | |
| Odbc | 型は Odbc です。 | |
| Real | 型は Real です。 | |
| String | 型は String です。 |