SchemaDeployment.PlanGenerator 属性

获取 DeploymentPlanGenerator 对象。

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

语法

声明
Protected ReadOnly Property PlanGenerator As DeploymentPlanGenerator
    Get
protected DeploymentPlanGenerator PlanGenerator { get; }
protected:
property DeploymentPlanGenerator^ PlanGenerator {
    DeploymentPlanGenerator^ get ();
}
member PlanGenerator : DeploymentPlanGenerator
function get PlanGenerator () : DeploymentPlanGenerator

属性值

类型:Microsoft.Data.Schema.Build.DeploymentPlanGenerator
部署计划生成器。

.NET Framework 安全性

请参见

参考

SchemaDeployment 类

Microsoft.Data.Schema.Build 命名空间

DeploymentPlanGenerator