DeploymentPlanModifier.AddAfter Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- handle
- DeploymentPlanHandle
Le DeploymentPlanHandle plan
- step
- DeploymentStep
Identifie l’après DeploymentStep quoi le newStep fichier sera ajouté.
- newStep
- DeploymentStep
À DeploymentStep ajouter