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.
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
protected: virtual void OnEstablishDeploymentConfiguration( DeploymentContributorConfigurationSetup^ setup )
Parameters
- setup
-
Type:
Microsoft.SqlServer.Dac.Deployment::DeploymentContributorConfigurationSetup^
The current DeploymentContributorConfigurationSetup object.
| Exception | Condition |
|---|---|
| BuildFailedException | If there is a critical error that should stop the build process from continuing, implementing contributors may throw a BuildFailedException. |
Community Additions
ADD
Show: