Share via


DeploymentContributor.OnEstablishDeploymentConfiguration Method

Indicates a member 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)

Syntax

'Declaration
Protected Overridable Sub OnEstablishDeploymentConfiguration ( _
    setup As DeploymentContributorConfigurationSetup _
)
'Usage
Dim setup As DeploymentContributorConfigurationSetup 

Me.OnEstablishDeploymentConfiguration(setup)
protected virtual void OnEstablishDeploymentConfiguration(
    DeploymentContributorConfigurationSetup setup
)
protected:
virtual void OnEstablishDeploymentConfiguration(
    DeploymentContributorConfigurationSetup^ setup
)
abstract OnEstablishDeploymentConfiguration : 
        setup:DeploymentContributorConfigurationSetup -> unit  
override OnEstablishDeploymentConfiguration : 
        setup:DeploymentContributorConfigurationSetup -> unit
protected function OnEstablishDeploymentConfiguration(
    setup : DeploymentContributorConfigurationSetup
)

Parameters

Exceptions

Exception Condition
BuildFailedException

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

See Also

Reference

DeploymentContributor Class

Microsoft.SqlServer.Dac.Deployment Namespace