Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes an existing step from the deployment plan.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public MustOverride Sub Remove ( _
step As DeploymentStep _
)
'Usage
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
)
Parameters
- step
Type: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
Identifies the DeploymentStep to be removed.