リテラルの型を取得します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Overrides ReadOnly Property LiteralType As LiteralType
Get
'使用
Dim instance As DefaultLiteral
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
リテラルの型。