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 型別會公開下列成員。
屬性
回頁首
方法
|
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 命名空間