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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DeploymentPlanGenerator Classe