Condividi tramite


Metodo DeploymentPlanModifier.Remove

Rimuove una fase esistente dal piano di distribuzione.

Spazio dei nomi:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Eccezioni

Eccezione Condizione
ArgumentNullException

Uno o più parametri è nullriferimento null (Nothing in Visual Basic).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DeploymentPlanModifier Classe

Spazio dei nomi Microsoft.Data.Schema.Build

DeploymentPlanHandle

DeploymentStep