Свойство ParseError.Line

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

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Line As Integer 
    Get
'Применение
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

Значение свойства

Тип: System.Int32
The starting line of the AST that caused the error.

См. также

Справочник

ParseError Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom