Condividi tramite


Proprietà Literal.LiteralType

Gets or sets the literal type.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property LiteralType As LiteralType 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.LiteralType
The literal type.

Vedere anche

Riferimento

Literal Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom