共用方式為


TSqlParser 類別

代表Transact-SQL解析器。

繼承階層架構

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

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
<SerializableAttribute> _
Public MustInherit Class TSqlParser _
    Inherits Parser
[SerializableAttribute]
public abstract class TSqlParser : Parser
[SerializableAttribute]
public ref class TSqlParser abstract : public Parser
[<AbstractClass>]
[<SerializableAttribute>]
type TSqlParser =  
    class
        inherit Parser
    end
public abstract class TSqlParser extends Parser

TSqlParser 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 QuotedIdentifier 取得使用引號的識別項處理是否已啟用。

回頁首

方法

  名稱 說明
公用方法 Equals 判斷指定的 Object 和目前的 Object 是否相等。 (繼承自 Object)。
受保護的方法 Finalize 允許物件在記憶體回收進行回收之前,嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。
公用方法 GetHashCode 做為特定型別的雜湊函式。 (繼承自 Object)。
公用方法 GetTokenStream(TextReader, IList<ParseError>) 通過使用提供的文本閱讀器和分析器錯誤清單返回解析器的清單標記。
公用方法 GetTokenStream(TextReader, IList<ParseError>, Int32, Int32, Int32)
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
受保護的方法 MemberwiseClone 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。
公用方法 Parse(TextReader, IList<ParseError>%) 通過使用提供的文本讀取器返回腳本片段和錯誤的清單。 (覆寫 Parser.Parse(TextReader, IList<ParseError>%)。)
公用方法 Parse(IList<TSqlParserToken>, IList<ParseError>) 當在派生類中被重寫,則返回一個腳本片段使用提供的標記和錯誤。
公用方法 Parse(TextReader, IList<ParseError>%, Int32, Int32, Int32)
公用方法 ParseBooleanExpression(TextReader, IList<ParseError>%)
公用方法 ParseBooleanExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32)
公用方法 ParseChildObjectName(TextReader, IList<ParseError>%)
公用方法 ParseChildObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32)
公用方法 ParseConstantOrIdentifier(TextReader, IList<ParseError>%)
公用方法 ParseConstantOrIdentifier(TextReader, IList<ParseError>%, Int32, Int32, Int32)
公用方法 ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%)
公用方法 ParseConstantOrIdentifierWithDefault(TextReader, IList<ParseError>%, Int32, Int32, Int32)
公用方法 ParseExpression(TextReader, IList<ParseError>%)
公用方法 ParseExpression(TextReader, IList<ParseError>%, Int32, Int32, Int32)
公用方法 ParseScalarDataType(TextReader, IList<ParseError>%)
公用方法 ParseScalarDataType(TextReader, IList<ParseError>%, Int32, Int32, Int32)
公用方法 ParseSchemaObjectName(TextReader, IList<ParseError>%)
公用方法 ParseSchemaObjectName(TextReader, IList<ParseError>%, Int32, Int32, Int32)
公用方法 ParseStatementList(TextReader, IList<ParseError>%)
公用方法 ParseStatementList(TextReader, IList<ParseError>%, Int32, Int32, Int32)
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。
公用方法 ValidateIdentifier 傳回名稱是否為有效的 SQL 識別項。

回頁首

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

Microsoft.Data.Schema.ScriptDom.Sql 命名空間