Compartir a través de


DeploymentPlanGenerator.OnGeneratePlan (Método)

Lo llama el método GeneratePlan para generar el plan.

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

Sintaxis

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

Valor devuelto

Tipo: Microsoft.Data.Schema.Build.DeploymentPlan
Un plan de implementación personalizado.

Seguridad de .NET Framework

Vea también

Referencia

DeploymentPlanGenerator Clase

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

DeploymentPlan

GeneratePlan