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
- TServiceConstructor
Type qui identifie l'objet ServiceConstructor à retourner.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.