Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Provides a way to remove the specified step from the plan.
Espace de noms : Microsoft.SqlServer.Dac.Deployment
Assembly : Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Syntaxe
'Déclaration
Protected Sub Remove ( _
handle As DeploymentPlanHandle, _
step As DeploymentStep _
)
'Utilisation
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
)
Paramètres
- handle
Type : Microsoft.SqlServer.Dac.Deployment.DeploymentPlanHandle
The DeploymentPlanHandle for the plan.
- step
Type : Microsoft.SqlServer.Dac.Deployment.DeploymentStep
Identifies the DeploymentStep to be removed.