Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.