DeploymentPlanGenerator.GeneratePlan-Methode

Wird vom Visual Studio-Bereitstellungsplan-Generierungsmodul aufgerufen, um den Plan zu generieren.

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

Syntax

'Declaration
Public Function GeneratePlan As DeploymentPlan
public DeploymentPlan GeneratePlan()
public:
DeploymentPlan^ GeneratePlan()
member GeneratePlan : unit -> DeploymentPlan 
public function GeneratePlan() : DeploymentPlan

Rückgabewert

Typ: Microsoft.Data.Schema.Build.DeploymentPlan

Hinweise

Die Standardimplementierung ruft die OnGeneratePlan-Methode auf, die den Plan generiert.

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentPlanGenerator Klasse

Microsoft.Data.Schema.Build-Namespace

OnGeneratePlan