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
- handle
Type: Microsoft.Data.Schema.Build.DeploymentPlanHandle
The DeploymentPlanHandle for the plan.
- step
Type: Microsoft.Data.Schema.Build.DeploymentStep
Identifies the DeploymentStep to be removed.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | One or more of the parameters is nulla null reference (Nothing in Visual Basic). |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.