DeploymentContributor.OnEstablishDeploymentConfiguration メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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がスローされる可能性があります。