共用方式為


Sql90InterpreterConstructor 類別

建構函式類別,這個類別具有定義 SQL Server 2005 之 Transact-SQL 解譯器的選項。

繼承階層架構

System.Object
  Microsoft.Data.Schema.ServiceConstructor
    Microsoft.Data.Schema.ServiceConstructor<SqlInterpreter>
      Microsoft.Data.Schema.Sql.SchemaModel.SqlInterpreterConstructor
        Microsoft.Data.Schema.Sql.SchemaModel.Sql90InterpreterConstructor

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

語法

'宣告
Public NotInheritable Class Sql90InterpreterConstructor _
    Inherits SqlInterpreterConstructor
public sealed class Sql90InterpreterConstructor : SqlInterpreterConstructor
public ref class Sql90InterpreterConstructor sealed : public SqlInterpreterConstructor
[<Sealed>]
type Sql90InterpreterConstructor =  
    class
        inherit SqlInterpreterConstructor
    end
public final class Sql90InterpreterConstructor extends SqlInterpreterConstructor

Sql90InterpreterConstructor 型別會公開下列成員。

建構函式

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

回頁首

屬性

  名稱 說明
公用屬性 Comparer 取得或設定要用於名稱比較的比較子。 (繼承自 SqlInterpreterConstructor)。
公用屬性 DatabaseSchemaProvider 取得或設定目前的資料庫結構描述提供者。 (繼承自 ServiceConstructor)。
公用屬性 DefaultDatabaseAuthorizer 取得或設定用於資料庫物件的授權者 (如果未明確指定)。 (繼承自 SqlInterpreterConstructor)。
公用屬性 DefaultSchema 取得或設定預設結構描述的名稱。 (繼承自 SqlInterpreterConstructor)。
公用屬性 DefaultServerAuthorizer 取得或設定用於伺服器物件的授權者 (如果未明確指定)。 (繼承自 SqlInterpreterConstructor)。
公用屬性 ModelBuilderOption 取得或設定模型產生器選項。 (繼承自 SqlInterpreterConstructor)。
公用屬性 PreserveHeaderCommentsForSysCommentsObjects 取得或設定值,這個值表示是否保留在 sys 註解物件標頭中找到的註解。 (繼承自 SqlInterpreterConstructor)。

回頁首

方法

  名稱 說明
公用方法 Clone 複製目前的執行個體。 (繼承自 ServiceConstructor<TService>)。
公用方法 ConstructService DatabaseSchemaProvider 呼叫,建立所指定 TService 型別的執行個體。 (繼承自 ServiceConstructor<TService>)。
受保護的方法 ConstructServiceImplementation 由調用ConstructService方法返回一個新的實例指定的TServiceType。 (繼承自 ServiceConstructor<TService>)。
公用方法 Equals 判斷指定的 Object 和目前的 Object 是否相等。 (繼承自 Object)。
受保護的方法 Finalize 允許物件在記憶體回收進行回收之前,嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。
公用方法 GetHashCode 做為特定型別的雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
受保護的方法 MemberwiseClone 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。

回頁首

執行緒安全

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

請參閱

參考

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