Método DeploymentPlanModifier.Remove
Remove uma etapa existente o plano de implantação.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- handle
Tipo: Microsoft.Data.Schema.Build.DeploymentPlanHandle
O DeploymentPlanHandle para o plano.
- step
Tipo: Microsoft.Data.Schema.Build.DeploymentStep
Identifica o DeploymentStep a ser removido.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | Um ou mais parâmetros são nulluma referência nula (Nothing no Visual Basic). |
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.