Partager via


DeploymentPlanModifier.AddAfter, méthode

Ajoute une nouvelle étape de déploiement au plan après une étape existante.

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

Syntaxe

'Déclaration
Protected Sub AddAfter ( _
    handle As DeploymentPlanHandle, _
    step As DeploymentStep, _
    newStep As DeploymentStep _
)
protected void AddAfter(
    DeploymentPlanHandle handle,
    DeploymentStep step,
    DeploymentStep newStep
)
protected:
void AddAfter(
    DeploymentPlanHandle^ handle, 
    DeploymentStep^ step, 
    DeploymentStep^ newStep
)
member AddAfter : 
        handle:DeploymentPlanHandle * 
        step:DeploymentStep * 
        newStep:DeploymentStep -> unit 
protected function AddAfter(
    handle : DeploymentPlanHandle, 
    step : DeploymentStep, 
    newStep : 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

Autres ressources

Extension des fonctionnalités de base de données de Visual Studio