Freigeben über


ServiceConstructor<TService>.ConstructService-Methode

Wird von einem DatabaseSchemaProvider-Objekt aufgerufen, um eine Instanz des angegebenen TService-Typs zu erstellen.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Rückgabewert

Typ: TService
Eine Instanz des angegebenen Typs.

.NET Framework-Sicherheit

Siehe auch

Referenz

ServiceConstructor<TService> Klasse

Microsoft.Data.Schema-Namespace

DatabaseSchemaProvider