Compartir a través de


TSqlParserToken.Line Propiedad

Gets or sets the line of the token.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.Int32
The line of the token.

Vea también

Referencia

TSqlParserToken Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom