Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the Transact-SQL 90 parser.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParser
Microsoft.SqlServer.TransactSql.ScriptDom.TSql90Parser
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class TSql90Parser _
Inherits TSqlParser
'Usage
Dim instance As TSql90Parser
[SerializableAttribute]
public class TSql90Parser : TSqlParser
[SerializableAttribute]
public ref class TSql90Parser : public TSqlParser
[<SerializableAttribute>]
type TSql90Parser =
class
inherit TSqlParser
end
public class TSql90Parser extends TSqlParser
Der TSql90Parser-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
TSql90Parser | Initializes a new instance of the TSql90Parser class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
QuotedIdentifier | Gets a value that indicates whether the quoted identifier is on. (Geerbt von TSqlParser.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Create | Creates a Transact-SQL parser for the specified version. (Geerbt von TSqlParser.) |
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetTokenStream(TextReader, IList<ParseError>%) | Returns a list of parser tokens and a list of errors by using the provided text reader. (Geerbt von TSqlParser.) |
![]() |
GetTokenStream(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a list of parser tokens and a list of errors by using the provided text reader. (Geerbt von TSqlParser.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
Parse(TextReader, IList<ParseError>%) | Returns a script fragment and a list of errors by using the provided text reader. (Geerbt von TSqlParser.) |
![]() |
Parse(IList<TSqlParserToken>, IList<ParseError>%) | Returns a script fragment by using the provided tokens and errors. (Überschreibt TSqlParser.Parse(IList<TSqlParserToken>, IList<ParseError>%).) |
![]() |
Parse(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a script fragment and a list of errors by using the provided values. (Geerbt von TSqlParser.) |
![]() |
ParseBooleanExpression(TextReader, IList<ParseError>%) | Returns a Boolean expression and a list of errors by using the provided text reader. (Geerbt von TSqlParser.) |
![]() |
ParseBooleanExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a Boolean expression and a list of errors by using the provided values. (Überschreibt TSqlParser.ParseBooleanExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32).) |
![]() |
ParseChildObjectName(TextReader, IList<ParseError>%) | Returns a child object name and a list of errors by using the provided text reader. (Geerbt von TSqlParser.) |
![]() |
ParseChildObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a child object name and a list of errors by using the provided values. (Überschreibt TSqlParser.ParseChildObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32).) |
![]() |
ParseConstantOrIdentifier(TextReader, IList<ParseError>%) | Returns a constant or identifier and a list of errors by using the provided text reader. (Geerbt von TSqlParser.) |
![]() |
ParseConstantOrIdentifier(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a constant or identifier and a list of errors by using the provided values. (Überschreibt TSqlParser.ParseConstantOrIdentifier(TextReader, IList<ParseError>%, Int32, Int32, Int32).) |
![]() |
ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%) | Returns a constant or identifier with default values and a list of errors by using the provided text reader. (Geerbt von TSqlParser.) |
![]() |
ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a constant or identifier with default values and a list of errors. (Überschreibt TSqlParser.ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%, Int32, Int32, Int32).) |
![]() |
ParseExpression(TextReader, IList<ParseError>%) | Returns an expression and a list of errors by using the provided text reader. (Geerbt von TSqlParser.) |
![]() |
ParseExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns an expression and a list of errors by using the provided values. (Überschreibt TSqlParser.ParseExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32).) |
![]() |
ParseScalarDataType(TextReader, IList<ParseError>%) | Returns a scalar data type and a list of errors by using the provided text reader. (Geerbt von TSqlParser.) |
![]() |
ParseScalarDataType(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a scalar data type and a list of errors by using the provided values. (Überschreibt TSqlParser.ParseScalarDataType(TextReader, IList<ParseError>%, Int32, Int32, Int32).) |
![]() |
ParseSchemaObjectName(TextReader, IList<ParseError>%) | Returns a schema object name and a list of errors by using the provided text reader. (Geerbt von TSqlParser.) |
![]() |
ParseSchemaObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a schema data type and a list of errors by using the provided values. (Überschreibt TSqlParser.ParseSchemaObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32).) |
![]() |
ParseStatementList(TextReader, IList<ParseError>%) | Returns a statement list and a list of errors by using the provided text reader. (Geerbt von TSqlParser.) |
![]() |
ParseStatementList(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a statement list and a list of errors by using the provided values. (Überschreibt TSqlParser.ParseStatementList(TextReader, IList<ParseError>%, Int32, Int32, Int32).) |
![]() |
ParseSubQueryExpressionWithOptionalCTE(TextReader, IList<ParseError>%) | Parses an input string to get a subquery expression with optional common table expression and xml namespaces with the specified input reader. (Geerbt von TSqlParser.) |
![]() |
ParseSubQueryExpressionWithOptionalCTE(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Parses an input string to get a subquery expression with optional common table expression (CTE) and XML namespaces. (Überschreibt TSqlParser.ParseSubQueryExpressionWithOptionalCTE(TextReader, IList<ParseError>%, Int32, Int32, Int32).) |
![]() |
ToString | (Geerbt von Object.) |
![]() |
TryParseSqlModuleObjectName | Indicates whether the input script contains a SQL module object name. (Geerbt von TSqlParser.) |
![]() |
TryParseTriggerModule | Indicates whether the input script contains a trigger module. (Geerbt von TSqlParser.) |
![]() |
ValidateIdentifier | Returns whether a name is a valid SQL identifier. (Geerbt von TSqlParser.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)