Langage

DeploymentContributor.OnEstablishDeploymentConfiguration Méthode

Définition

Appelé par le processus de génération dans DacFx pour donner à votre code la possibilité de modifier la configuration du déploiement.

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)

Paramètres

Exceptions

S’il existe une erreur critique qui doit empêcher le processus de génération de continuer, l’implémentation de contributeurs peut lever un BuildFailedException.

S’applique à