DeploymentPlanModifier.Remove Method

Removes an existing step from the deployment plan.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Sub Remove ( _
    handle As DeploymentPlanHandle, _
    step As DeploymentStep _
)
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
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

One or more of the parameters is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

DeploymentPlanModifier Class

Microsoft.Data.Schema.Build Namespace

DeploymentPlanHandle

DeploymentStep