DeploymentContributor.OnEstablishDeploymentConfiguration メソッド

定義

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

protected virtual void OnEstablishDeploymentConfiguration(Microsoft.SqlServer.Dac.Deployment.DeploymentContributorConfigurationSetup setup);
abstract member OnEstablishDeploymentConfiguration : Microsoft.SqlServer.Dac.Deployment.DeploymentContributorConfigurationSetup -> unit
override this.OnEstablishDeploymentConfiguration : Microsoft.SqlServer.Dac.Deployment.DeploymentContributorConfigurationSetup -> unit
Protected Overridable Sub OnEstablishDeploymentConfiguration (setup As DeploymentContributorConfigurationSetup)

パラメーター

例外

ビルド プロセスの続行を停止する重大なエラーが発生した場合、共同作成者を実装すると、 BuildFailedExceptionがスローされる可能性があります。

適用対象