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) |