Costruttore SqlDatabaseSchemaProvider
Inizializza una nuova istanza della classe SqlDatabaseSchemaProvider.
Spazio dei nomi: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
ParamArray serviceConstructorTypes As Type() _
)
protected SqlDatabaseSchemaProvider(
params Type[] serviceConstructorTypes
)
protected:
SqlDatabaseSchemaProvider(
... array<Type^>^ serviceConstructorTypes
)
new :
serviceConstructorTypes:Type[] -> SqlDatabaseSchemaProvider
protected function SqlDatabaseSchemaProvider(
... serviceConstructorTypes : Type[]
)
Parametri
- serviceConstructorTypes
Tipo: array<System.Type[]
Possibili costruttori che saranno serviti da questo provider dello schema di database.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.