Partager via


Propriété ParseError.Line

Gets the starting line of the AST that caused the error.

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

Syntaxe

'Déclaration
Public ReadOnly Property Line As Integer 
    Get
'Utilisation
Dim instance As ParseError 
Dim value As Integer 

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

Valeur de propriété

Type : System.Int32
The starting line of the AST that caused the error.

Voir aussi

Référence

ParseError Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom