Compartir a través de


DefaultLiteral.LiteralType Propiedad

Gets the type of the literal.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property LiteralType As LiteralType 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

DefaultLiteral Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom