共用方式為


RelationalDatabaseProviderServices(IServiceProvider) 建構函式

定義

初始化 RelationalDatabaseProviderServices 類別的新執行個體。

protected RelationalDatabaseProviderServices (IServiceProvider services);
new Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseProviderServices : IServiceProvider -> Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseProviderServices
Protected Sub New (services As IServiceProvider)

參數

services
IServiceProvider

要從中解析服務的服務提供者。

適用於