Freigeben über


DeploymentPlanGenerator.OnGeneratePlan-Methode

Wird von der GeneratePlan-Methode aufgerufen, um den Plan zu generieren.

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

Syntax

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

Rückgabewert

Typ: Microsoft.Data.Schema.Build.DeploymentPlan
Ein benutzerdefinierter Bereitstellungsplan.

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentPlanGenerator Klasse

Microsoft.Data.Schema.Build-Namespace

DeploymentPlan

GeneratePlan