Свойство IntegerLiteral.LiteralType

Represents 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 IntegerLiteral 
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.

См. также

Справочник

IntegerLiteral Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom