共用方式為


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.

請參閱

參考

Literal 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間