DatabaseSchemaProvider Constructor
Initializes a new instance of the DatabaseSchemaProvider class by using the provided constructor types.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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[]
)
Parameters
- serviceConstructorTypes
Type: array<System.Type[]
One or more Type objects that represent the types of service constructors to be registered with this provider, such as concrete versions of ServiceConstructor, ParserConstructor, and ModelBuilderConstructor.
.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.