NumericLiteral.LiteralType 속성
Represents the type of the literal.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Overrides ReadOnly Property LiteralType As LiteralType
Get
‘사용 방법
Dim instance As NumericLiteral
Dim value As LiteralType
value = instance.LiteralType
public override LiteralType LiteralType { get; }
public:
virtual property LiteralType LiteralType {
LiteralType get () override;
}
abstract LiteralType : LiteralType
override LiteralType : LiteralType
override function get LiteralType () : LiteralType
속성 값
유형: Microsoft.SqlServer.TransactSql.ScriptDom.LiteralType
The type of the literal.