Sprache

DeploymentPlanModifier.Remove(DeploymentPlanHandle, DeploymentStep) Methode

Definition

Bietet eine Möglichkeit, den angegebenen Schritt aus dem Plan zu entfernen.

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)

Parameter

handle
DeploymentPlanHandle

Der DeploymentPlanHandle Für den Plan

step
DeploymentStep

Gibt den DeploymentStep zu entfernenden Löscht an.

Gilt für: