DeploymentPlanModifier.Remove(DeploymentPlanHandle, DeploymentStep) 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 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.