Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.