共用方式為


ServiceConstructor<TService>.ConstructServiceImplementation 方法

由調用ConstructService方法返回一個新的實例指定的TServiceType

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

語法

'宣告
Protected MustOverride Function ConstructServiceImplementation As TService
protected abstract TService ConstructServiceImplementation()
protected:
virtual TService ConstructServiceImplementation() abstract
abstract ConstructServiceImplementation : unit -> 'TService 
protected abstract function ConstructServiceImplementation() : TService

傳回值

型別:TService
指定型別的執行個體。

備註

繼承者注意事項

如果您已新增自訂屬性至衍生的類別,這個方法就必須在將建立的執行個體傳回至呼叫端之前,將這些屬性值套用至建立的執行個體。

.NET Framework 安全性

請參閱

參考

ServiceConstructor<TService> 類別

Microsoft.Data.Schema 命名空間

ConstructService