Compartir a través de


DeploymentPlan.Remove Método

Removes an existing step from the deployment plan.

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public MustOverride Sub Remove ( _
    step As DeploymentStep _
)
'Uso
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
)

Parámetros

Vea también

Referencia

DeploymentPlan Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment