Propriedade do RDL Literal.LiteralType
Gets or sets the literal type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.LiteralType
The literal type.