DeploymentPlanModifier.Remove(DeploymentPlanHandle, DeploymentStep) Method

Definition

Provides a way to remove the specified step from the plan

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

Parameters

handle
DeploymentPlanHandle

The DeploymentPlanHandle for the plan

step
DeploymentStep

Identifies the DeploymentStep to be removed.

Applies to