DeploymentContributor.OnEstablishDeploymentConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The current DeploymentContributorConfigurationSetup object.
Exceptions
If there is a critical error that should stop the build process from continuing, implementing contributors may throw a BuildFailedException.