LiteralRange.From Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the start of the range.

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Literal

The start of the range.

See Also

LiteralRange Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top