Condividi tramite


Classe ParseError

Represents the error that occurred during parsing.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class ParseError
'Utilizzo
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

Nel tipo ParseError sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ParseError Initializes a new instance of the ParseError class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Column Gets the starting column of the AST that caused the error.
Proprietà pubblica Line Gets the starting line of the AST that caused the error.
Proprietà pubblica Message Gets the error message.
Proprietà pubblica Number Gets the number that corresponds to the type of error.
Proprietà pubblica Offset Gets the starting offset of the AST that caused the error.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom