DeploymentContributor::OnEstablishDeploymentConfiguration Method (DeploymentContributorConfigurationSetup^)

SQL Server 2014
 

Updated: April 20, 2017

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

Namespace:   Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

protected:
virtual void OnEstablishDeploymentConfiguration(
	DeploymentContributorConfigurationSetup^ setup
)

Exception Condition
BuildFailedException

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

Return to top

Community Additions

ADD
Show: