Partilhar via


Método DeploymentPlanModifier.AddBefore

Adiciona uma nova etapa de implantação para o plano antes de uma etapa existente.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Protected Sub AddBefore ( _
    handle As DeploymentPlanHandle, _
    step As DeploymentStep, _
    newStep As DeploymentStep _
)
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

Exceções

Exceção Condição
ArgumentNullException

Um ou mais parâmetros são nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

DeploymentPlanModifier Classe

Namespace Microsoft.Data.Schema.Build

DeploymentPlanHandle

DeploymentStep