Share via


ServiceConstructor<TService>.ConstructService, méthode

Appelé par DatabaseSchemaProvider pour créer une instance du type TService spécifié.

Espace de noms :  Microsoft.Data.Schema
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Function ConstructService As TService
public TService ConstructService()
public:
TService ConstructService()
member ConstructService : unit -> 'TService 
public function ConstructService() : TService

Valeur de retour

Type : TService
Instance du type spécifié.

Sécurité .NET Framework

Voir aussi

Référence

ServiceConstructor<TService> Classe

Microsoft.Data.Schema, espace de noms

DatabaseSchemaProvider