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
- handle
Type : Microsoft.Data.Schema.Build.DeploymentPlanHandle
DeploymentPlanHandle pour le plan.
- step
Type : Microsoft.Data.Schema.Build.DeploymentStep
Identifie le DeploymentStep avant lequel newStep sera ajouté.
- newStep
Type : Microsoft.Data.Schema.Build.DeploymentStep
DeploymentStep à ajouter.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Un ou plusieurs des paramètres sont nullune référence null (Nothing en Visual Basic). |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.