共用方式為


ServiceConstructor<TService> 類別

提供服務建構函式的基底類別。

繼承階層架構

System.Object
  Microsoft.Data.Schema.ServiceConstructor
    Microsoft.Data.Schema.ServiceConstructor<TService>
      其他...

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

語法

'宣告
Public MustInherit Class ServiceConstructor(Of TService) _
    Inherits ServiceConstructor
public abstract class ServiceConstructor<TService> : ServiceConstructor
generic<typename TService>
public ref class ServiceConstructor abstract : public ServiceConstructor
[<AbstractClass>]
type ServiceConstructor<'TService> =  
    class
        inherit ServiceConstructor
    end
JScript 不支援泛型型別或方法。

型別參數

  • TService
    Type,決定這個類別可以建立之服務物件執行個體的型別。

ServiceConstructor<TService> 型別會公開下列成員。

建構函式

  名稱 說明
受保護的方法 ServiceConstructor<TService> 初始化 ServiceConstructor<TService> 類別的新執行個體。

回頁首

屬性

  名稱 說明
公用屬性 DatabaseSchemaProvider 取得或設定目前的資料庫結構描述提供者。 (繼承自 ServiceConstructor)。

回頁首

方法

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

回頁首

備註

當它執行其 GetService<TService>GetServiceConstructor<TServiceConstructor> 方法時,DatabaseSchemaProvider 會使用這個 ServiceConstructor<TService> 類別。

繼承者注意事項

您可以將屬性加入至衍生自 ServiceConstructor<TService> 再套用到由 ConstructServiceImplementation 方法所建立執行個體的類別。

執行緒安全

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

請參閱

參考

Microsoft.Data.Schema 命名空間

DatabaseSchemaProvider

ConstructService

GetService<TService>

GetServiceConstructor<TServiceConstructor>

繼承階層架構

System.Object
  Microsoft.Data.Schema.ServiceConstructor
    Microsoft.Data.Schema.ServiceConstructor<TService>
      Microsoft.Data.Schema.Build.DatabaseTaskHostConstructor
      Microsoft.Data.Schema.Build.SchemaDeploymentConstructor
      Microsoft.Data.Schema.SchemaModel.DataSchemaModelConstructor
      Microsoft.Data.Schema.SchemaModel.ModelBuilderConstructor
      Microsoft.Data.Schema.SchemaModel.ModelComparerConstructor
      Microsoft.Data.Schema.SchemaModel.ParserConstructor
      Microsoft.Data.Schema.SchemaModel.ReverseEngineerConstructor
      Microsoft.Data.Schema.SchemaModel.ScriptDomGeneratorConstructor
      Microsoft.Data.Schema.SchemaModel.ScriptGeneratorConstructor
      Microsoft.Data.Schema.ScriptDom.Sql.SqlScriptComparerConstructor
      Microsoft.Data.Schema.Sql.SchemaModel.SqlInterpreterConstructor