Partilhar via


Método DeploymentPlanModifier.Remove

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

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Protected Sub Remove ( _
    handle As DeploymentPlanHandle, _
    step As DeploymentStep _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

DeploymentPlanModifier Classe

Namespace Microsoft.SqlServer.Dac.Deployment