DeploymentPlanGenerator.GeneratePlan 方法

由 Visual Studio 部署计划生成引擎调用以生成计划。

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Function GeneratePlan As DeploymentPlan
public DeploymentPlan GeneratePlan()
public:
DeploymentPlan^ GeneratePlan()
member GeneratePlan : unit -> DeploymentPlan 
public function GeneratePlan() : DeploymentPlan

返回值

类型:Microsoft.Data.Schema.Build.DeploymentPlan

备注

默认实现调用生成计划的 OnGeneratePlan 方法。

.NET Framework 安全性

请参见

参考

DeploymentPlanGenerator 类

Microsoft.Data.Schema.Build 命名空间

OnGeneratePlan