Método DeploymentPlan.Remove
Removes an existing step from the deployment plan.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
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
- step
Tipo: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
Identifies the DeploymentStep to be removed.