ExecuteAsClause.Literal Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the literal value.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public Literal Literal { get; set; }
public:
property Literal^ Literal {
    Literal^ get();
    void set(Literal^ value);
}
member Literal : Literal with get, set
Public Property Literal As Literal

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Literal

The literal value.

See Also

ExecuteAsClause Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top