Share via


DeploymentPlanGenerator.GeneratePlan Method

Called by the Visual Studio deployment plan generation engine to generate the plan.

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

Syntax

'Declaration
Public Function GeneratePlan As DeploymentPlan
public DeploymentPlan GeneratePlan()
public:
DeploymentPlan^ GeneratePlan()
member GeneratePlan : unit -> DeploymentPlan 
public function GeneratePlan() : DeploymentPlan

Return Value

Type: Microsoft.Data.Schema.Build.DeploymentPlan

Remarks

The default implementation calls the OnGeneratePlan method that generates the plan.

.NET Framework Security

See Also

Reference

DeploymentPlanGenerator Class

Microsoft.Data.Schema.Build Namespace

OnGeneratePlan