Partager via


Propriété TSqlParserToken.Line

Gets or sets the line of the token.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Line As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Int32
The line of the token.

Voir aussi

Référence

TSqlParserToken Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom