DeploymentPlanModifier クラス

定義

デプロイ 計画を変更できる 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)

メソッド

名前 説明
AddAfter(DeploymentPlanHandle, DeploymentStep, DeploymentStep)

既存の手順の後にステップを追加して、既存のプランを変更する方法を提供します

AddBefore(DeploymentPlanHandle, DeploymentStep, DeploymentStep)

指定したステップの後にステップを追加して、サブクラスがプランを変更する方法を提供します

Cancel()

共同作成者の実行を取り消します

(継承元 DeploymentContributor)
Dispose()

Dispose() から継承されます。

(継承元 DeploymentContributor)
Dispose(Boolean)

デプロイ 計画を変更できる constributor を表します。

(継承元 DeploymentContributor)
OnApplyDeploymentConfiguration(DeploymentContributorContext, ICollection<DeploymentContributorConfigurationStream>)

指定されたファイルから構成情報を収集する機会をコードに提供するために、DacFx のデプロイ プロセスによって呼び出されます。 メソッドの最後に、すべてのストリームが破棄されます。 ストリームからデータを取得する必要がある共同作成者は、このメソッドの間にデータを読み取ってキャッシュする必要があります。 OnExecute(DeploymentPlanContributorContext) メソッドなどの後のメソッドでストリームから読み取ろうとすると失敗します。

(継承元 DeploymentContributor)
OnEstablishDeploymentConfiguration(DeploymentContributorConfigurationSetup)

DacFx のビルド プロセスによって呼び出され、コードにデプロイ構成を変更する機会を与えます。

(継承元 DeploymentContributor)
OnExecute(DeploymentPlanContributorContext)

カスタム共同作成者が独自のタスクを実行できるように、デプロイ エンジンによって呼び出されます

(継承元 DeploymentPlanContributor)
PublishMessage(ExtensibilityError)

メッセージをデプロイ エンジンに発行します。 展開エンジンはメッセージを処理し、コンシューマーに報告します。

(継承元 DeploymentContributor)
Remove(DeploymentPlanHandle, DeploymentStep)

指定した手順をプランから削除する方法を提供します

適用対象