Freigeben über


DeploymentPlanModifier.AddAfter-Methode

Fügt dem Plan nach einem vorhandenen Schritt einen neuen Bereitstellungsschritt hinzu.

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

Syntax

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

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

Ein oder mehrere Parameter sind nullNULL-Verweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentPlanModifier Klasse

Microsoft.Data.Schema.Build-Namespace

DeploymentPlanHandle

DeploymentStep

Weitere Ressourcen

Erweitern der Datenbankfunktionen von Visual Studio