Removes an existing step from the deployment plan.
命名空間: Microsoft.SqlServer.Dac.Deployment
組件: Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)
語法
'宣告
Public MustOverride Sub Remove ( _
step As DeploymentStep _
)
'用途
Dim instance As DeploymentPlan
Dim step As DeploymentStep
instance.Remove(step)
public abstract void Remove(
DeploymentStep step
)
public:
virtual void Remove(
DeploymentStep^ step
) abstract
abstract Remove :
step:DeploymentStep -> unit
public abstract function Remove(
step : DeploymentStep
)
參數
- step
型別:Microsoft.SqlServer.Dac.Deployment.DeploymentStep
Identifies the DeploymentStep to be removed.