DatabaseSchemaProvider Constructor

Initializes a new instance of the DatabaseSchemaProvider class.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Sub New ( _
    ParamArray serviceConstructorTypes As Type() _
)
'Usage
Dim serviceConstructorTypes As Type()

Dim instance As New DatabaseSchemaProvider(serviceConstructorTypes)
protected DatabaseSchemaProvider(
    params Type[] serviceConstructorTypes
)
protected:
DatabaseSchemaProvider(
    ... array<Type^>^ serviceConstructorTypes
)
protected function DatabaseSchemaProvider(
    ... serviceConstructorTypes : Type[]
)
new : 
        serviceConstructorTypes:Type[] -> DatabaseSchemaProvider

Parameters

  • serviceConstructorTypes
    Type: array<System.Type[]
    An array of service constructor types

.NET Framework Security

See Also

Reference

DatabaseSchemaProvider Class

DatabaseSchemaProvider Members

Microsoft.Data.Schema.Extensibility Namespace