Share via


DeploymentPlanGenerator.OnGeneratePlan Method

Called by the GeneratePlan method to generate the plan.

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

Syntax

'Declaration
Protected MustOverride Function OnGeneratePlan As DeploymentPlan
protected abstract DeploymentPlan OnGeneratePlan()
protected:
virtual DeploymentPlan^ OnGeneratePlan() abstract
abstract OnGeneratePlan : unit -> DeploymentPlan 
protected abstract function OnGeneratePlan() : DeploymentPlan

Return Value

Type: Microsoft.Data.Schema.Build.DeploymentPlan
A custom deployment plan.

.NET Framework Security

See Also

Reference

DeploymentPlanGenerator Class

Microsoft.Data.Schema.Build Namespace

DeploymentPlan

GeneratePlan