Compartir a través de


Literal.LiteralType Propiedad

Gets or sets the literal type.

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

Sintaxis

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

Valor de la propiedad

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

Vea también

Referencia

Literal Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom