Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Provides a way to remove the specified step from the plan.
Spazio dei nomi Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Sintassi
'Dichiarazione
Protected Sub Remove ( _
handle As DeploymentPlanHandle, _
step As DeploymentStep _
)
'Utilizzo
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
)
Parametri
- handle
Tipo: Microsoft.SqlServer.Dac.Deployment.DeploymentPlanHandle
The DeploymentPlanHandle for the plan.
- step
Tipo: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
Identifies the DeploymentStep to be removed.