Compartilhar via


Propriedade do RDL TSqlParserToken.Line

Gets or sets the line of the token.

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

Sintaxe

'Declaração
Public Property Line As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Int32
The line of the token.

Consulte também

Referência

TSqlParserToken Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom