DeploymentPlanModifier.AddBefore Methode

Definition

Bietet eine Möglichkeit für Unterklassen zum Ändern des Plans durch Hinzufügen eines Schritts nach dem angegebenen Schritt

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

Parameter

handle
DeploymentPlanHandle

Der DeploymentPlanHandle Für den Plan

step
DeploymentStep

Gibt die DeploymentStep vor, vor der das newStep Add-In hinzugefügt wird.

newStep
DeploymentStep

Der DeploymentStep hinzuzufügende

Gilt für: