LiteralType 열거형
Specifies the literal type.
네임스페이스: 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 | The type is Binary. | |
Default | The Type is Default. | |
Identifier | The type is Identifier. | |
Integer | The type is Integer. | |
Max | The type is Max. | |
Money | The type is Money. | |
Null | The type is Null. | |
Numeric | The type is Numeric. | |
Odbc | The type is Odbc. | |
Real | The type is Real. | |
String | The type is String. |