Partilhar via


Método DatabaseSchemaProvider.GetServiceConstructor<TServiceConstructor>

Retorna um construtor para o serviço que é identificado pelo fornecida Type.

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

Sintaxe

'Declaração
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
O JScript não oferece suporte a tipos ou métodos genéricos.

Parâmetros de tipo

Valor de retorno

Tipo: TServiceConstructor
O serviço registrado especificado Type.

Exceções

Exceção Condição
ExtensibilityException

Mais de um construtor de serviço coincide com o solicitado Type, ou não há construtor correspondente pode ser encontrado.

Segurança do .NET Framework

Consulte também

Referência

DatabaseSchemaProvider Classe

Namespace Microsoft.Data.Schema

ServiceConstructor