共用方式為


ServiceConstructor<TService>.ConstructService 方法

DatabaseSchemaProvider 呼叫,建立所指定 TService 型別的執行個體。

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

語法

'宣告
Public Function ConstructService As TService
public TService ConstructService()
public:
TService ConstructService()
member ConstructService : unit -> 'TService 
public function ConstructService() : TService

傳回值

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

.NET Framework 安全性

請參閱

參考

ServiceConstructor<TService> 類別

Microsoft.Data.Schema 命名空間

DatabaseSchemaProvider