DeploymentPlan.Remove Method

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

Syntax

'Declaration
Public Sub Remove ( _
    step As DeploymentStep _
)
public void Remove(
    DeploymentStep step
)
public:
void Remove(
    DeploymentStep^ step
)
member Remove : 
        step:DeploymentStep -> unit 
public function Remove(
    step : DeploymentStep
)

Parameters

.NET Framework Security

See Also

Reference

DeploymentPlan Class

Microsoft.Data.Schema.Build Namespace