DeploymentPlanModifier.AddAfter Methode

Definition

Bietet eine Möglichkeit zum Ändern des vorhandenen Plans durch Hinzufügen eines Schritts nach dem vorhandenen Schritt

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)

Parameter

handle
DeploymentPlanHandle

Der DeploymentPlanHandle Für den Plan

step
DeploymentStep

Gibt an, nach welcher newStep der DeploymentStep Vorgang hinzugefügt wird.

newStep
DeploymentStep

Der DeploymentStep hinzuzufügende

Gilt für: