LiteralRange.From Property

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

'Declaration
Public Property From As Literal 
    Get 
    Set
'Usage
Dim instance As LiteralRange 
Dim value As Literal 

value = instance.From

instance.From = value
public Literal From { get; set; }
public:
property Literal^ From {
    Literal^ get ();
    void set (Literal^ value);
}
member From : Literal with get, set
function get From () : Literal 
function set From (value : Literal)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The start of the range.

See Also

Reference

LiteralRange Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace