Share via


SchemaDeployment.OnInitializeConstructor Method (ReverseEngineerConstructor)

Called when a ReverseEngineerConstructor is initialized to allow custom classes to do additional processing for a custom DatabaseSchemaProvider.

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

Syntax

'Declaration
Protected Overridable Sub OnInitializeConstructor ( _
    constructor As ReverseEngineerConstructor _
)
protected virtual void OnInitializeConstructor(
    ReverseEngineerConstructor constructor
)
protected:
virtual void OnInitializeConstructor(
    ReverseEngineerConstructor^ constructor
)
abstract OnInitializeConstructor : 
        constructor:ReverseEngineerConstructor -> unit 
override OnInitializeConstructor : 
        constructor:ReverseEngineerConstructor -> unit 
protected function OnInitializeConstructor(
    constructor : ReverseEngineerConstructor
)

Parameters

.NET Framework Security

See Also

Reference

SchemaDeployment Class

OnInitializeConstructor Overload

Microsoft.Data.Schema.Build Namespace

ReverseEngineerConstructor

DatabaseSchemaProvider