DeploymentPlanContributor.OnExecute(DeploymentPlanContributorContext) Method

Definition

Called by the deployment engine to allow custom contributors to execute their unique tasks

protected abstract void OnExecute (Microsoft.SqlServer.Dac.Deployment.DeploymentPlanContributorContext context);
abstract member OnExecute : Microsoft.SqlServer.Dac.Deployment.DeploymentPlanContributorContext -> unit
Protected MustOverride Sub OnExecute (context As DeploymentPlanContributorContext)

Parameters

Exceptions

If there is a critical error the should stop the deployment process from continuing, implementing contributors may throw a DeploymentFailedException.

Applies to