SqlDatabaseSchemaProvider Constructor
Initializes a new instance of the SqlDatabaseSchemaProvider class.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
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[]
)
Parameters
- serviceConstructorTypes
Type: array<System.Type[]
The possible constructors that will be served by this database schema provider.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.