Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Provides a way to remove the specified step from the plan.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Protected Sub Remove ( _
handle As DeploymentPlanHandle, _
step As DeploymentStep _
)
'Usage
Dim handle As DeploymentPlanHandle
Dim step As DeploymentStep
Me.Remove(handle, step)
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
)
Parameter
- handle
Typ: Microsoft.SqlServer.Dac.Deployment.DeploymentPlanHandle
The DeploymentPlanHandle for the plan.
- step
Typ: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
Identifies the DeploymentStep to be removed.