Compartilhar via


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

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

Consulte também

Referência

DeploymentPlanModifier Classe

Namespace Microsoft.Data.Schema.Build

DeploymentPlanHandle

DeploymentStep