Partilhar via


Método DeploymentPlanModifier.AddBefore

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

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
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

Consulte também

Referência

DeploymentPlanModifier Classe

Namespace Microsoft.SqlServer.Dac.Deployment