DeploymentPlanContributor::OnExecute Method (DeploymentPlanContributorContext^)

SQL Server 2014
 

Updated: April 20, 2017

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

Namespace:   Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

protected:
virtual void OnExecute(
	DeploymentPlanContributorContext^ context
) abstract

Exception Condition
DeploymentFailedException

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

Return to top

Community Additions

ADD
Show: