Literal.LiteralType (Propiedad)

Obtiene o establece el tipo de literal.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property LiteralType As LiteralType
    Get
    Set
public LiteralType LiteralType { get; set; }
public:
property LiteralType LiteralType {
    LiteralType get ();
    void set (LiteralType value);
}
member LiteralType : LiteralType with get, set
function get LiteralType () : LiteralType
function set LiteralType (value : LiteralType)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.LiteralType
Devuelve un valor de enumeración LiteralType.

Seguridad de .NET Framework

Vea también

Referencia

Literal Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)