DeploymentPlanModifier.AddBefore Method

Definition

Provides a way for subclasses to modify the plan by adding a step after the specified step

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

Parameters

handle
DeploymentPlanHandle

The DeploymentPlanHandle for the plan

step
DeploymentStep

Identifies the DeploymentStep before which the newStep will be added.

newStep
DeploymentStep

The DeploymentStep to be added

Applies to