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