Compartilhar via


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
Método público ParseError Initializes a new instance of the ParseError class.

Início

Propriedades

  Nome Descrição
Propriedade pública Column Gets the starting column of the AST that caused the error.
Propriedade pública Line Gets the starting line of the AST that caused the error.
Propriedade pública Message Gets the error message.
Propriedade pública Number Gets the number that corresponds to the type of error.
Propriedade pública Offset Gets the starting offset of the AST that caused the error.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público 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.

Consulte também

Referência

Namespace Microsoft.SqlServer.TransactSql.ScriptDom