DeploymentPlanContributor.OnExecute(DeploymentPlanContributorContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- context
- DeploymentPlanContributorContext
A DeploymentContributorContext object
Exceptions
If there is a critical error the should stop the deployment process from continuing, implementing contributors may throw a DeploymentFailedException.