DeploymentPlanModifier.AddAfter 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.
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