Condividi tramite


Metodo DeploymentPlan.Remove

Removes an existing step from the deployment plan.

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public MustOverride Sub Remove ( _
    step As DeploymentStep _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

DeploymentPlan Classe

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment