SchemaDeployment.PlanModifiers 属性

获取 DeploymentPlanModifier 对象的列表。

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

语法

声明
Public ReadOnly Property PlanModifiers As IList(Of DeploymentPlanModifier)
    Get
public IList<DeploymentPlanModifier> PlanModifiers { get; }
public:
property IList<DeploymentPlanModifier^>^ PlanModifiers {
    IList<DeploymentPlanModifier^>^ get ();
}
member PlanModifiers : IList<DeploymentPlanModifier>
function get PlanModifiers () : IList<DeploymentPlanModifier>

属性值

类型:System.Collections.Generic.IList<DeploymentPlanModifier>
部署计划修改器列表。

.NET Framework 安全性

请参见

参考

SchemaDeployment 类

Microsoft.Data.Schema.Build 命名空间

DeploymentPlanModifier