Compartilhar via


Propriedade do RDL StringLiteral.LiteralType

Gets the type of the literal.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Overrides ReadOnly Property LiteralType As LiteralType 
    Get
'Uso
Dim instance As StringLiteral 
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

Valor da propriedade

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

Consulte também

Referência

StringLiteral Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom