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
- handle
Type : Microsoft.Data.Schema.Build.DeploymentPlanHandle
DeploymentPlanHandle pour le plan.
- step
Type : Microsoft.Data.Schema.Build.DeploymentStep
Identifie le DeploymentStep après lequel newStep sera ajouté.
- newStep
Type : Microsoft.Data.Schema.Build.DeploymentStep
DeploymentStep à ajouter.
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.
Voir aussi
Référence
Microsoft.Data.Schema.Build, espace de noms
Autres ressources
Extension des fonctionnalités de base de données de Visual Studio