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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.