Classe ParseError
Represents the error that occurred during parsing.
Hierarquia de herança
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.ParseError
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class ParseError
'Uso
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
O tipo ParseError expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ParseError | Initializes a new instance of the ParseError class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.