DeploymentPlanModifier 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示可以修改部署计划的 constributor
public abstract class DeploymentPlanModifier : Microsoft.SqlServer.Dac.Deployment.DeploymentPlanContributor
type DeploymentPlanModifier = class
inherit DeploymentPlanContributor
Public MustInherit Class DeploymentPlanModifier
Inherits DeploymentPlanContributor
- 继承
构造函数
| 名称 | 说明 |
|---|---|
| DeploymentPlanModifier() |
表示可以修改部署计划的 constributor |
属性
| 名称 | 说明 |
|---|---|
| Canceled |
获取一个值,该值指示是否已取消参与者 (继承自 DeploymentContributor) |
| CancellationToken |
CancellationToken用于指示是否应取消参与者执行 (继承自 DeploymentContributor) |