DeploymentPlanModifier.AddBefore Método

Definición

Proporciona una manera de que las subclases modifiquen el plan agregando un paso después del paso especificado.

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)

Parámetros

step
DeploymentStep

Identifica el DeploymentStep objeto antes del newStep que se agregará .

newStep
DeploymentStep

que DeploymentStep se va a agregar

Se aplica a