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
- handle
Type : Microsoft.Data.Schema.Build.DeploymentPlanHandle
DeploymentPlanHandle pour le plan.
- step
Type : Microsoft.Data.Schema.Build.DeploymentStep
Identifie le DeploymentStep à supprimer.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Un ou plusieurs des paramètres sont nullune référence null (Nothing en Visual Basic). |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.