MoneyLiteral.LiteralType 屬性
Gets or sets the type of the literal.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Overrides ReadOnly Property LiteralType As LiteralType
Get
'用途
Dim instance As MoneyLiteral
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 type of the literal.