Свойство ParseError.Offset

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

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

Синтаксис

'Декларация
Public ReadOnly Property Offset As Integer 
    Get
'Применение
Dim instance As ParseError 
Dim value As Integer 

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

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

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

См. также

Справочник

ParseError Класс

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