Condividi tramite


Classe TSql80Parser

Rappresenta il parser TSql80.

Gerarchia di ereditarietà

System.Object
  Microsoft.Data.Schema.ScriptDom.Parser
    Microsoft.Data.Schema.ScriptDom.Sql.TSqlParser
      Microsoft.Data.Schema.ScriptDom.Sql.TSql80Parser

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class TSql80Parser _
    Inherits TSqlParser
[SerializableAttribute]
public class TSql80Parser : TSqlParser
[SerializableAttribute]
public ref class TSql80Parser : public TSqlParser
[<SerializableAttribute>]
type TSql80Parser =  
    class
        inherit TSqlParser
    end
public class TSql80Parser extends TSqlParser

Il tipo TSql80Parser espone i seguenti membri.

Costruttori

  Nome Descrizione
Metodo pubblico TSql80Parser Inizializza una nuova istanza della classe TSql80Parser.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica QuotedIdentifier Ottiene un valore che indica se la gestione dell'identificatore delimitato è attivata. (Ereditato da TSqlParser)

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Determina se l'oggetto Object specificato è uguale all'oggetto Object corrente. (Ereditato da Object)
Metodo protetto Finalize Consente a un oggetto di provare a liberare risorse ed eseguire altre operazioni di pulitura prima che l'oggetto stesso venga recuperato dalla procedura di Garbage Collection. (Ereditato da Object)
Metodo pubblico GetHashCode Funge da funzione hash per un determinato tipo. (Ereditato da Object)
Metodo pubblico GetTokenStream(TextReader, IList<ParseError>) Restituisce un elenco dei token del parser utilizzando il reader fornito con il testo e l'elenco degli errori del parser. (Ereditato da TSqlParser)
Metodo pubblico GetTokenStream(TextReader, IList<ParseError>, Int32, Int32, Int32) (Ereditato da TSqlParser)
Metodo pubblico GetType Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object)
Metodo protetto MemberwiseClone Consente di creare una copia dei riferimenti dell'oggetto Object corrente. (Ereditato da Object)
Metodo pubblico Parse(TextReader, IList<ParseError>%) Restituisce un frammento di script e un elenco di errori utilizzando il reader fornito con il testo. (Ereditato da TSqlParser)
Metodo pubblico Parse(IList<TSqlParserToken>, IList<ParseError>) (Esegue l'override di TSqlParser.Parse(IList<TSqlParserToken>, IList<ParseError>)).
Metodo pubblico Parse(TextReader, IList<ParseError>%, Int32, Int32, Int32) (Ereditato da TSqlParser)
Metodo pubblico ParseBooleanExpression(TextReader, IList<ParseError>%) (Ereditato da TSqlParser)
Metodo pubblico ParseBooleanExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32) (Esegue l'override di TSqlParser.ParseBooleanExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32)).
Metodo pubblico ParseChildObjectName(TextReader, IList<ParseError>%) (Ereditato da TSqlParser)
Metodo pubblico ParseChildObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32) (Esegue l'override di TSqlParser.ParseChildObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32)).
Metodo pubblico ParseConstantOrIdentifier(TextReader, IList<ParseError>%) (Ereditato da TSqlParser)
Metodo pubblico ParseConstantOrIdentifier(TextReader, IList<ParseError>%, Int32, Int32, Int32) (Esegue l'override di TSqlParser.ParseConstantOrIdentifier(TextReader, IList<ParseError>%, Int32, Int32, Int32)).
Metodo pubblico ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%) (Ereditato da TSqlParser)
Metodo pubblico ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%, Int32, Int32, Int32) (Esegue l'override di TSqlParser.ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%, Int32, Int32, Int32)).
Metodo pubblico ParseExpression(TextReader, IList<ParseError>%) (Ereditato da TSqlParser)
Metodo pubblico ParseExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32) (Esegue l'override di TSqlParser.ParseExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32)).
Metodo pubblico ParseScalarDataType(TextReader, IList<ParseError>%) (Ereditato da TSqlParser)
Metodo pubblico ParseScalarDataType(TextReader, IList<ParseError>%, Int32, Int32, Int32) (Esegue l'override di TSqlParser.ParseScalarDataType(TextReader, IList<ParseError>%, Int32, Int32, Int32)).
Metodo pubblico ParseSchemaObjectName(TextReader, IList<ParseError>%) (Ereditato da TSqlParser)
Metodo pubblico ParseSchemaObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32) (Esegue l'override di TSqlParser.ParseSchemaObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32)).
Metodo pubblico ParseStatementList(TextReader, IList<ParseError>%) (Ereditato da TSqlParser)
Metodo pubblico ParseStatementList(TextReader, IList<ParseError>%, Int32, Int32, Int32) (Esegue l'override di TSqlParser.ParseStatementList(TextReader, IList<ParseError>%, Int32, Int32, Int32)).
Metodo pubblico ToString Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object)
Metodo pubblico ValidateIdentifier Restituisce un valore che indica se un nome è un identificatore SQL valido. (Ereditato da TSqlParser)

In alto

Codice thread safe

Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql