Share via


SchemaDeployment.OnInitializeConstructor Method

Include Protected Members
Include Inherited Members

Called when one of three types of constructors is initialized to allow custom classes to do additional processing for a custom DatabaseSchemaProvider.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Protected method OnInitializeConstructor(ModelComparerConstructor) Called when a ModelComparerConstructor is initialized to allow custom classes to do additional processing for a custom DatabaseSchemaProvider.
Protected method OnInitializeConstructor(ReverseEngineerConstructor) Called when a ReverseEngineerConstructor is initialized to allow custom classes to do additional processing for a custom DatabaseSchemaProvider.
Protected method OnInitializeConstructor(DataSchemaModelHeader, DatabaseSchemaProvider, DataSchemaModelConstructor)

Top

Remarks

The OnInitializeConstructor method is called for any of the following constructor types:

See Also

Reference

SchemaDeployment Class

Microsoft.Data.Schema.Build Namespace