Share via


SchemaDeployment.OnAfterPreparePlan Method

Called after the deployment plan has been prepared to allow derived classes to perform 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 OnAfterPreparePlan
protected virtual void OnAfterPreparePlan()
protected:
virtual void OnAfterPreparePlan()
abstract OnAfterPreparePlan : unit -> unit 
override OnAfterPreparePlan : unit -> unit 
protected function OnAfterPreparePlan()

.NET Framework Security

See Also

Reference

SchemaDeployment Class

Microsoft.Data.Schema.Build Namespace

DatabaseSchemaProvider