Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Represents the Transact-SQL 90 parser.
Иерархия наследования
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParser
Microsoft.SqlServer.TransactSql.ScriptDom.TSql90Parser
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class TSql90Parser _
Inherits TSqlParser
'Применение
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
Тип TSql90Parser обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
TSql90Parser | Initializes a new instance of the TSql90Parser class. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
QuotedIdentifier | Gets a value that indicates whether the quoted identifier is on. (Производный от TSqlParser.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Create | Creates a Transact-SQL parser for the specified version. (Производный от TSqlParser.) |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetTokenStream(TextReader, IList<ParseError>%) | Returns a list of parser tokens and a list of errors by using the provided text reader. (Производный от 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. (Производный от TSqlParser.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
Parse(TextReader, IList<ParseError>%) | Returns a script fragment and a list of errors by using the provided text reader. (Производный от TSqlParser.) |
![]() |
Parse(IList<TSqlParserToken>, IList<ParseError>%) | Returns a script fragment by using the provided tokens and errors. (Переопределяет 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. (Производный от TSqlParser.) |
![]() |
ParseBooleanExpression(TextReader, IList<ParseError>%) | Returns a Boolean expression and a list of errors by using the provided text reader. (Производный от TSqlParser.) |
![]() |
ParseBooleanExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a Boolean expression and a list of errors by using the provided values. (Переопределяет 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. (Производный от TSqlParser.) |
![]() |
ParseChildObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a child object name and a list of errors by using the provided values. (Переопределяет 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. (Производный от TSqlParser.) |
![]() |
ParseConstantOrIdentifier(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a constant or identifier and a list of errors by using the provided values. (Переопределяет 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. (Производный от TSqlParser.) |
![]() |
ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a constant or identifier with default values and a list of errors. (Переопределяет 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. (Производный от TSqlParser.) |
![]() |
ParseExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns an expression and a list of errors by using the provided values. (Переопределяет 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. (Производный от TSqlParser.) |
![]() |
ParseScalarDataType(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a scalar data type and a list of errors by using the provided values. (Переопределяет 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. (Производный от TSqlParser.) |
![]() |
ParseSchemaObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a schema data type and a list of errors by using the provided values. (Переопределяет 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. (Производный от TSqlParser.) |
![]() |
ParseStatementList(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a statement list and a list of errors by using the provided values. (Переопределяет 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. (Производный от 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. (Переопределяет TSqlParser.ParseSubQueryExpressionWithOptionalCTE(TextReader, IList<ParseError>%, Int32, Int32, Int32).) |
![]() |
ToString | (Производный от Object.) |
![]() |
TryParseSqlModuleObjectName | Indicates whether the input script contains a SQL module object name. (Производный от TSqlParser.) |
![]() |
TryParseTriggerModule | Indicates whether the input script contains a trigger module. (Производный от TSqlParser.) |
![]() |
ValidateIdentifier | Returns whether a name is a valid SQL identifier. (Производный от TSqlParser.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)