Partager via


DatabaseSchemaProvider.GetServiceConstructor<TServiceConstructor>, méthode

Retourne un constructeur pour le service qui est identifié par le Type fourni.

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

Syntaxe

'Déclaration
Public Function GetServiceConstructor(Of TServiceConstructor As ServiceConstructor) As TServiceConstructor
public TServiceConstructor GetServiceConstructor<TServiceConstructor>()
where TServiceConstructor : ServiceConstructor
public:
generic<typename TServiceConstructor>
where TServiceConstructor : ServiceConstructor
TServiceConstructor GetServiceConstructor()
member GetServiceConstructor : unit -> 'TServiceConstructor  when 'TServiceConstructor : ServiceConstructor
JScript ne prend pas en charge les types ou les méthodes génériques.

Paramètres de type

Valeur de retour

Type : TServiceConstructor
Service inscrit du Type spécifié.

Exceptions

Exception Condition
ExtensibilityException

Plusieurs constructeurs de service correspondent au Type demandé, ou aucun constructeur correspondant n'a été trouvé.

Sécurité .NET Framework

Voir aussi

Référence

DatabaseSchemaProvider Classe

Microsoft.Data.Schema, espace de noms

ServiceConstructor