Literal.Value 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 string Value { get; set; }
public:
property String^ Value {
    String^ get();
    void set(String^ value);
}
member Value : string with get, set
Public Property Value As String

Property Value

Type: System.String

The literal value.

See Also

Literal Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top