Поделиться через


SchemaDeployment.OnBeforePreparePlan Method

Called before preparing the deployment plan is prepared. This method allows derived 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 OnBeforePreparePlan
protected virtual void OnBeforePreparePlan()
protected:
virtual void OnBeforePreparePlan()
abstract OnBeforePreparePlan : unit -> unit 
override OnBeforePreparePlan : unit -> unit 
protected function OnBeforePreparePlan()

.NET Framework Security

See Also

Reference

SchemaDeployment Class

Microsoft.Data.Schema.Build Namespace

DatabaseSchemaProvider