Partager via


DeploymentPlanModifier.Remove, méthode

Supprime une étape existante du plan de déploiement.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Exceptions

Exception Condition
ArgumentNullException

Un ou plusieurs des paramètres sont nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

DeploymentPlanModifier Classe

Microsoft.Data.Schema.Build, espace de noms

DeploymentPlanHandle

DeploymentStep