Langage

DeploymentPlanModifier.AddAfter Méthode

Définition

Fournit un moyen de modifier le plan existant en ajoutant une étape après l’étape existante

protected void AddAfter(Microsoft.SqlServer.Dac.Deployment.DeploymentPlanHandle handle, Microsoft.SqlServer.Dac.Deployment.DeploymentStep step, Microsoft.SqlServer.Dac.Deployment.DeploymentStep newStep);
member this.AddAfter : Microsoft.SqlServer.Dac.Deployment.DeploymentPlanHandle * Microsoft.SqlServer.Dac.Deployment.DeploymentStep * Microsoft.SqlServer.Dac.Deployment.DeploymentStep -> unit
Protected Sub AddAfter (handle As DeploymentPlanHandle, step As DeploymentStep, newStep As DeploymentStep)

Paramètres

step
DeploymentStep

Identifie l’après DeploymentStep quoi le newStep fichier sera ajouté.

newStep
DeploymentStep

À DeploymentStep ajouter

S’applique à