言語

DeploymentPlanModifier.Remove(DeploymentPlanHandle, DeploymentStep) メソッド

定義

指定した手順をプランから削除する方法を提供します

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)

パラメーター

step
DeploymentStep

削除する DeploymentStep を識別します。

適用対象