Compartir a través de


DeploymentPlan.AddBefore Método

Adds a new deployment step to the plan before an existing step.

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public MustOverride Sub AddBefore ( _
    step As DeploymentStep, _
    newStep As DeploymentStep _
)
'Uso
Dim instance As DeploymentPlan 
Dim step As DeploymentStep 
Dim newStep As DeploymentStep

instance.AddBefore(step, newStep)
public abstract void AddBefore(
    DeploymentStep step,
    DeploymentStep newStep
)
public:
virtual void AddBefore(
    DeploymentStep^ step, 
    DeploymentStep^ newStep
) abstract
abstract AddBefore : 
        step:DeploymentStep * 
        newStep:DeploymentStep -> unit
public abstract function AddBefore(
    step : DeploymentStep, 
    newStep : DeploymentStep
)

Parámetros

Vea también

Referencia

DeploymentPlan Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment