Compartilhar via


Método DeploymentPlanModifier.AddAfter

Adiciona uma nova etapa de implantação para o plano após uma etapa existente.

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

Sintaxe

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

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

Outros recursos

Estender os recursos de banco de dados de Visual Studio