Compartir a través de


DeploymentPlanModifier.Remove (Método)

Quita un paso existente del plan de implementación.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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

Excepciones

Excepción Condición
ArgumentNullException

Uno o más parámetros es nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

DeploymentPlanModifier Clase

Microsoft.Data.Schema.Build (Espacio de nombres)

DeploymentPlanHandle

DeploymentStep