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