Compartir a través de


DeploymentPlanModifier.AddBefore Método

Provides a way for subclasses to modify the plan by adding a step after the specified step.

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

Sintaxis

'Declaración
Protected Sub AddBefore ( _
    handle As DeploymentPlanHandle, _
    step As DeploymentStep, _
    newStep As DeploymentStep _
)
'Uso
Dim handle As DeploymentPlanHandle 
Dim step As DeploymentStep 
Dim newStep As DeploymentStep 

Me.AddBefore(handle, step, newStep)
protected void AddBefore(
    DeploymentPlanHandle handle,
    DeploymentStep step,
    DeploymentStep newStep
)
protected:
void AddBefore(
    DeploymentPlanHandle^ handle, 
    DeploymentStep^ step, 
    DeploymentStep^ newStep
)
member AddBefore : 
        handle:DeploymentPlanHandle * 
        step:DeploymentStep * 
        newStep:DeploymentStep -> unit
protected function AddBefore(
    handle : DeploymentPlanHandle, 
    step : DeploymentStep, 
    newStep : DeploymentStep
)

Parámetros

Vea también

Referencia

DeploymentPlanModifier Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment