DeploymentPlanGenerator.OnGeneratePlan 方法

GeneratePlan 方法调用以生成计划。

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

语法

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

返回值

类型:Microsoft.Data.Schema.Build.DeploymentPlan
自定义部署计划。

.NET Framework 安全性

请参见

参考

DeploymentPlanGenerator 类

Microsoft.Data.Schema.Build 命名空间

DeploymentPlan

GeneratePlan