MaxLiteral.LiteralType 속성

Gets or sets the Max literal type.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Overrides ReadOnly Property LiteralType As LiteralType 
    Get
‘사용 방법
Dim instance As MaxLiteral 
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 Max literal type.

참고 항목

참조

MaxLiteral 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스