Compartir a través de


ExecuteAsClause.Literal (Propiedad)

Obtiene o establece el valor 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 Literal As Literal
    Get
    Set
public Literal Literal { get; set; }
public:
property Literal^ Literal {
    Literal^ get ();
    void set (Literal^ value);
}
member Literal : Literal with get, set
function get Literal () : Literal
function set Literal (value : Literal)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Seguridad de .NET Framework

Vea también

Referencia

ExecuteAsClause Clase

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