Partager via


DeploymentPlanModifier.AddBefore, méthode

Ajoute une nouvelle étape de déploiement au plan avant une étape existante.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Exceptions

Exception Condition
ArgumentNullException

Un ou plusieurs des paramètres sont nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

DeploymentPlanModifier Classe

Microsoft.Data.Schema.Build, espace de noms

DeploymentPlanHandle

DeploymentStep