DeploymentPlanModifier.AddAfter Method

Definition

Provides a way to modify the existing plan by adding a step after the existing step

protected void AddAfter (Microsoft.SqlServer.Dac.Deployment.DeploymentPlanHandle handle, Microsoft.SqlServer.Dac.Deployment.DeploymentStep step, Microsoft.SqlServer.Dac.Deployment.DeploymentStep newStep);
member this.AddAfter : Microsoft.SqlServer.Dac.Deployment.DeploymentPlanHandle * Microsoft.SqlServer.Dac.Deployment.DeploymentStep * Microsoft.SqlServer.Dac.Deployment.DeploymentStep -> unit
Protected Sub AddAfter (handle As DeploymentPlanHandle, step As DeploymentStep, newStep As DeploymentStep)

Parameters

handle
DeploymentPlanHandle

The DeploymentPlanHandle for the plan

step
DeploymentStep

Identifies the DeploymentStep after which the newStep will be added.

newStep
DeploymentStep

The DeploymentStep to be added

Applies to