TSqlParser 类
Represents the Transact-SQL parser.
继承层次结构
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParser
Microsoft.SqlServer.TransactSql.ScriptDom.TSql100Parser
Microsoft.SqlServer.TransactSql.ScriptDom.TSql110Parser
Microsoft.SqlServer.TransactSql.ScriptDom.TSql80Parser
Microsoft.SqlServer.TransactSql.ScriptDom.TSql90Parser
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
<SerializableAttribute> _
Public MustInherit Class TSqlParser
用法
Dim instance As TSqlParser
[SerializableAttribute]
public abstract class TSqlParser
[SerializableAttribute]
public ref class TSqlParser abstract
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type TSqlParser = class end
public abstract class TSqlParser
TSqlParser 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
QuotedIdentifier | Gets a value that indicates whether the quoted identifier is on. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Create | Creates a Transact-SQL parser for the specified version. |
![]() |
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. |
![]() |
GetTokenStream(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a list of parser tokens and a list of errors by using the provided text reader. |
![]() |
GetType | (从 Object 继承。) |
![]() |
MemberwiseClone | (从 Object 继承。) |
![]() |
Parse(TextReader, IList<ParseError>%) | Returns a script fragment and a list of errors by using the provided text reader. |
![]() |
Parse(IList<TSqlParserToken>, IList<ParseError>%) | Returns a script fragment and a list of errors by using the provided tokens. |
![]() |
Parse(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a script fragment and a list of errors by using the provided values. |
![]() |
ParseBooleanExpression(TextReader, IList<ParseError>%) | Returns a Boolean expression and a list of errors by using the provided text reader. |
![]() |
ParseBooleanExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a Boolean expression and a list of errors by using the provided values. |
![]() |
ParseChildObjectName(TextReader, IList<ParseError>%) | Returns a child object name and a list of errors by using the provided text reader. |
![]() |
ParseChildObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a child object name and a list of errors by using the provided values. |
![]() |
ParseConstantOrIdentifier(TextReader, IList<ParseError>%) | Returns a constant or identifier and a list of errors by using the provided text reader. |
![]() |
ParseConstantOrIdentifier(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a constant or identifier and a list of errors by using the provided values. |
![]() |
ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%) | Returns a constant or identifier with default values and a list of errors by using the provided text reader. |
![]() |
ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a constant or identifier with default values and a list of errors. |
![]() |
ParseExpression(TextReader, IList<ParseError>%) | Returns an expression and a list of errors by using the provided text reader. |
![]() |
ParseExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns an expression and a list of errors by using the provided values. |
![]() |
ParseScalarDataType(TextReader, IList<ParseError>%) | Returns a scalar data type and a list of errors by using the provided text reader. |
![]() |
ParseScalarDataType(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a scalar data type and a list of errors by using the provided values. |
![]() |
ParseSchemaObjectName(TextReader, IList<ParseError>%) | Returns a schema object name and a list of errors by using the provided text reader. |
![]() |
ParseSchemaObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a schema object name and a list of errors by using the provided values. |
![]() |
ParseStatementList(TextReader, IList<ParseError>%) | Returns a statement list and a list of errors by using the provided text reader. |
![]() |
ParseStatementList(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Returns a statement list and a list of errors by using the provided values. |
![]() |
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. |
![]() |
ParseSubQueryExpressionWithOptionalCTE(TextReader, IList<ParseError>%, Int32, Int32, Int32) | Parses an input string to get a subquery expression with optional common table expression and xml namespaces with the specified input reader. |
![]() |
ToString | (从 Object 继承。) |
![]() |
TryParseSqlModuleObjectName | Indicates whether the input script contains a SQL module object name. |
![]() |
TryParseTriggerModule | Indicates whether the input script contains a trigger module. |
![]() |
ValidateIdentifier | Returns whether a name is a valid SQL identifier. |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。