Compartir a través de


DatabaseSchemaProvider.GetServiceConstructor<TServiceConstructor> (Método)

Devuelve un constructor para el servicio identificado por el objeto Type proporcionado.

Espacio de nombres:  Microsoft.Data.Schema
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 no admite el uso de métodos ni tipos genéricos.

Parámetros de tipo

Valor devuelto

Tipo: TServiceConstructor
Servicio registrado del objeto Type especificado.

Excepciones

Excepción Condición
ExtensibilityException

Más de un constructor de servicio coincide con el Type solicitado o no se puede buscar ningún constructor correspondiente.

Seguridad de .NET Framework

Vea también

Referencia

DatabaseSchemaProvider Clase

Microsoft.Data.Schema (Espacio de nombres)

ServiceConstructor