Compartir a través de


Clase ParseError

Represents the error that occurred during parsing.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
<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

El tipo ParseError expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ParseError Initializes a new instance of the ParseError class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Column Gets the starting column of the AST that caused the error.
Propiedad pública Line Gets the starting line of the AST that caused the error.
Propiedad pública Message Gets the error message.
Propiedad pública Number Gets the number that corresponds to the type of error.
Propiedad pública Offset Gets the starting offset of the AST that caused the error.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom