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
- 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.