Condividi tramite


Costruttore DatabaseSchemaProvider

Inizializza una nuova istanza della classe DatabaseSchemaProvider utilizzando i tipi di costruttore specificati.

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

Sintassi

'Dichiarazione
Protected Sub New ( _
    ParamArray serviceConstructorTypes As Type() _
)
protected DatabaseSchemaProvider(
    params Type[] serviceConstructorTypes
)
protected:
DatabaseSchemaProvider(
    ... array<Type^>^ serviceConstructorTypes
)
new : 
        serviceConstructorTypes:Type[] -> DatabaseSchemaProvider
protected function DatabaseSchemaProvider(
    ... serviceConstructorTypes : Type[]
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DatabaseSchemaProvider Classe

Spazio dei nomi Microsoft.Data.Schema

ServiceConstructor