Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)