Compartir a través de


DeploymentPlanModifier.AddAfter Método

Provides a way to modify the existing plan by adding a step after the existing step.

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

Sintaxis

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

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

Parámetros

Vea también

Referencia

DeploymentPlanModifier Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment