共用方式為


Sql80Interpreter 類別

解譯 SQL Server 2000 的 Transact-SQL 片段來定義將會產生的結構描述。

繼承階層架構

System.Object
  Microsoft.Data.Schema.Sql.SchemaModel.SqlInterpreter
    Microsoft.Data.Schema.Sql.SchemaModel.Sql80Interpreter

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

語法

'宣告
Public Class Sql80Interpreter _
    Inherits SqlInterpreter
public class Sql80Interpreter : SqlInterpreter
public ref class Sql80Interpreter : public SqlInterpreter
type Sql80Interpreter =  
    class
        inherit SqlInterpreter
    end
public class Sql80Interpreter extends SqlInterpreter

Sql80Interpreter 型別會公開下列成員。

建構函式

  名稱 說明
公用方法 Sql80Interpreter 初始化 Sql80Interpreter 類別的新執行個體。

回頁首

屬性

  名稱 說明
公用屬性 Comparer 取得或設定用來比較識別元的比較子。 (繼承自 SqlInterpreter)。
公用屬性 DefaultSchema 取得或設定要使用的預設結構描述。 (繼承自 SqlInterpreter)。
公用屬性 IsServerElement 取得或設定值,這個值表示所解譯的實體是否為伺服器項目。 (繼承自 SqlInterpreter)。

回頁首

方法

  名稱 說明
公用方法 Equals 判斷指定的 Object 和目前的 Object 是否相等。 (繼承自 Object)。
受保護的方法 Finalize 允許物件在記憶體回收進行回收之前,嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。
公用方法 GetHashCode 做為特定型別的雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
公用方法 Interpret(TSqlBatch, SqlSchemaAnalyzer, IList<InterpretationError>%) 解譯 Transact-SQL 批次。 (繼承自 SqlInterpreter)。
公用方法 Interpret(TSqlScript, SqlSchemaAnalyzer, IList<InterpretationError>%) 解譯 Transact-SQL 指令碼。 (繼承自 SqlInterpreter)。
公用方法 Interpret(TSqlStatement, SqlSchemaAnalyzer, IList<InterpretationError>%) 解譯 Transact-SQL 陳述式。 (繼承自 SqlInterpreter)。
受保護的方法 MemberwiseClone 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。

回頁首

執行緒安全

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

請參閱

參考

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