共用方式為


TSql110Parser 類別

Represents the TSql110 parser.

繼承階層

System.Object
  Microsoft.SqlServer.TransactSql.ScriptDom.TSqlParser
    Microsoft.SqlServer.TransactSql.ScriptDom.TSql110Parser

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
<SerializableAttribute> _
Public Class TSql110Parser _
    Inherits TSqlParser
'用途
Dim instance As TSql110Parser
[SerializableAttribute]
public class TSql110Parser : TSqlParser
[SerializableAttribute]
public ref class TSql110Parser : public TSqlParser
[<SerializableAttribute>]
type TSql110Parser =  
    class 
        inherit TSqlParser 
    end
public class TSql110Parser extends TSqlParser

TSql110Parser 型別公開下列成員。

建構函式

  名稱 說明
公用方法 TSql110Parser Initializes a new instance of the TSql110Parser 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。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間