Partager via


DeploymentPlanGenerator.OnGeneratePlan, méthode

Appelé par la méthode GeneratePlan pour générer le plan.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Protected MustOverride Function OnGeneratePlan As DeploymentPlan
protected abstract DeploymentPlan OnGeneratePlan()
protected:
virtual DeploymentPlan^ OnGeneratePlan() abstract
abstract OnGeneratePlan : unit -> DeploymentPlan 
protected abstract function OnGeneratePlan() : DeploymentPlan

Valeur de retour

Type : Microsoft.Data.Schema.Build.DeploymentPlan
Plan de déploiement personnalisé.

Sécurité .NET Framework

Voir aussi

Référence

DeploymentPlanGenerator Classe

Microsoft.Data.Schema.Build, espace de noms

DeploymentPlan

GeneratePlan