Método DeploymentPlanGenerator.OnGeneratePlan

Chamado pelo GeneratePlan método para gerar o plano.

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

Sintaxe

'Declaração
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 de retorno

Tipo: Microsoft.Data.Schema.Build.DeploymentPlan
Um plano de implantação personalizada.

Segurança do .NET Framework

Consulte também

Referência

DeploymentPlanGenerator Classe

Namespace Microsoft.Data.Schema.Build

DeploymentPlan

GeneratePlan