DeploymentContributor.OnEstablishDeploymentConfiguration Método

Definición

Llamado por el proceso de compilación en DacFx para dar a su código la oportunidad de modificar la configuración de implementación.

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)

Parámetros

Excepciones

Si hay un error crítico que debe impedir que el proceso de compilación continúe, la implementación de colaboradores puede producir un BuildFailedException.

Se aplica a