Partager via


DeploymentPlanGenerator.GeneratePlan, méthode

Appelé par le moteur de génération du plan de déploiement Visual Studio 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
Public Function GeneratePlan As DeploymentPlan
public DeploymentPlan GeneratePlan()
public:
DeploymentPlan^ GeneratePlan()
member GeneratePlan : unit -> DeploymentPlan 
public function GeneratePlan() : DeploymentPlan

Valeur de retour

Type : Microsoft.Data.Schema.Build.DeploymentPlan

Notes

L'implémentation par défaut appelle la méthode OnGeneratePlan qui génère le plan.

Sécurité .NET Framework

Voir aussi

Référence

DeploymentPlanGenerator Classe

Microsoft.Data.Schema.Build, espace de noms

OnGeneratePlan