DeploymentPlanModifier.Remove 方法

Provides a way to remove the specified step from the plan.

命名空间:  Microsoft.SqlServer.Dac.Deployment
程序集:  Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)

语法

声明
Protected Sub Remove ( _
    handle As DeploymentPlanHandle, _
    step As DeploymentStep _
)
用法
Dim handle As DeploymentPlanHandle 
Dim step As DeploymentStep 

Me.Remove(handle, step)
protected void Remove(
    DeploymentPlanHandle handle,
    DeploymentStep step
)
protected:
void Remove(
    DeploymentPlanHandle^ handle, 
    DeploymentStep^ step
)
member Remove : 
        handle:DeploymentPlanHandle * 
        step:DeploymentStep -> unit
protected function Remove(
    handle : DeploymentPlanHandle, 
    step : DeploymentStep
)

参数

请参阅

参考

DeploymentPlanModifier 类

Microsoft.SqlServer.Dac.Deployment 命名空间