DeploymentContributor.OnEstablishDeploymentConfiguration Method

Definition

Called by the build process in DacFx to give your code an opportunity to modify deployment configuration.

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)

Parameters

Exceptions

If there is a critical error that should stop the build process from continuing, implementing contributors may throw a BuildFailedException.

Applies to