Condividi tramite


Metodo DatabaseSchemaProvider.GetServiceConstructor<TServiceConstructor>

Restituisce un costruttore per il servizio identificato dall'oggetto Type specificato.

Spazio dei nomi:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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 non supporta i tipi o i metodi generici.

Parametri di tipo

Valore restituito

Tipo: TServiceConstructor
Servizio registrato del Type specificato.

Eccezioni

Eccezione Condizione
ExtensibilityException

Almeno un costruttore di servizi corrisponde al Type richiesto oppure non è possibile trovare un costruttore corrispondente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DatabaseSchemaProvider Classe

Spazio dei nomi Microsoft.Data.Schema

ServiceConstructor