Condividi tramite


Metodo DeploymentPlanModifier.AddAfter

Aggiunge una nuova fase di distribuzione al piano dopo una fase esistente.

Spazio dei nomi:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Eccezioni

Eccezione Condizione
ArgumentNullException

Uno o più parametri è nullriferimento null (Nothing in Visual Basic).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DeploymentPlanModifier Classe

Spazio dei nomi Microsoft.Data.Schema.Build

DeploymentPlanHandle

DeploymentStep

Altre risorse

Estensione delle funzionalità di database di Visual Studio