Класс ParseError

Represents the error that occurred during parsing.

Иерархия наследования

System.Object
  Microsoft.SqlServer.TransactSql.ScriptDom.ParseError

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

Синтаксис

'Декларация
<SerializableAttribute> _
Public NotInheritable Class ParseError
'Применение
Dim instance As ParseError
[SerializableAttribute]
public sealed class ParseError
[SerializableAttribute]
public ref class ParseError sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type ParseError =  class end
public final class ParseError

Тип ParseError обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ParseError Initializes a new instance of the ParseError class.

В начало

Свойства

  Имя Описание
Открытое свойство Column Gets the starting column of the AST that caused the error.
Открытое свойство Line Gets the starting line of the AST that caused the error.
Открытое свойство Message Gets the error message.
Открытое свойство Number Gets the number that corresponds to the type of error.
Открытое свойство Offset Gets the starting offset of the AST that caused the error.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

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