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
- constructor
Type: Microsoft.Data.Schema.SchemaModel.ReverseEngineerConstructor
A ReverseEngineerConstructor object.
.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.
See Also
Reference
OnInitializeConstructor Overload