次の方法で共有


Literal.LiteralType プロパティ

リテラル型を取得または設定します。

名前空間:  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
リテラル型。

関連項目

参照

Literal クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間