DeploymentPlanContributor クラス

定義

デプロイ プロセスの共同作成者を表します

public abstract class DeploymentPlanContributor : Microsoft.SqlServer.Dac.Deployment.DeploymentContributor
type DeploymentPlanContributor = class
    inherit DeploymentContributor
Public MustInherit Class DeploymentPlanContributor
Inherits DeploymentContributor
継承
DeploymentPlanContributor
派生

コンストラクター

名前 説明
DeploymentPlanContributor()

デプロイ プロセスの共同作成者を表します

プロパティ

名前 説明
Canceled

共同作成者が取り消されたかどうかを示す値を取得します。

(継承元 DeploymentContributor)
CancellationToken

共同作成者の実行を取り消す必要があるかどうかを示すために使用されるCancellationToken

(継承元 DeploymentContributor)

メソッド

名前 説明
Cancel()

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

(継承元 DeploymentContributor)
Dispose()

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

(継承元 DeploymentContributor)
Dispose(Boolean)

デプロイ プロセスの共同作成者を表します

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

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

(継承元 DeploymentContributor)
OnEstablishDeploymentConfiguration(DeploymentContributorConfigurationSetup)

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

(継承元 DeploymentContributor)
OnExecute(DeploymentPlanContributorContext)

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

PublishMessage(ExtensibilityError)

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

(継承元 DeploymentContributor)

適用対象