Compartir a través de


DeploymentPlanGenerator.GeneratePlan (Método)

Lo llama el motor de generación del plan de implementación de Visual Studio para generar el plan.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

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

Valor devuelto

Tipo: Microsoft.Data.Schema.Build.DeploymentPlan

Comentarios

La implementación predeterminada llama al método OnGeneratePlan que genera el plan.

Seguridad de .NET Framework

Vea también

Referencia

DeploymentPlanGenerator Clase

Microsoft.Data.Schema.Build (Espacio de nombres)

OnGeneratePlan