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

.NET Framework Security

See Also

Reference

DatabaseSchemaProvider Class

Microsoft.Data.Schema Namespace

ServiceConstructor