Delen via


TSqlParserToken.Line Property

Gets or sets the line of the token.

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

Syntax

'Declaration
Public Property Line As Integer 
    Get 
    Set
'Usage
Dim instance As TSqlParserToken 
Dim value As Integer 

value = instance.Line

instance.Line = value
public int Line { get; set; }
public:
property int Line {
    int get ();
    void set (int value);
}
member Line : int with get, set
function get Line () : int 
function set Line (value : int)

Property Value

Type: System.Int32
The line of the token.

See Also

Reference

TSqlParserToken Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace