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.
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Parameters
- context
-
Type:
Microsoft.SqlServer.Dac.Deployment::DeploymentPlanContributorContext^
A DeploymentContributorContext object.
| Exception | Condition |
|---|---|
| DeploymentFailedException | If there is a critical error the should stop the deployment process from continuing, implementing contributors may throw a DeploymentFailedException. |
Community Additions
ADD
Show: