Metodo DeploymentPlanModifier.AddBefore
Aggiunge una nuova fase di distribuzione al piano prima di una fase esistente.
Spazio dei nomi: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- handle
Tipo: Microsoft.Data.Schema.Build.DeploymentPlanHandle
Oggetto DeploymentPlanHandle del piano.
- step
Tipo: Microsoft.Data.Schema.Build.DeploymentStep
Identifica l'oggetto DeploymentStep prima del quale sarà aggiunto newStep.
- newStep
Tipo: Microsoft.Data.Schema.Build.DeploymentStep
Oggetto DeploymentStep da aggiungere.
Eccezioni
Eccezione | Condizione |
---|---|
ArgumentNullException | Uno o più parametri è nullriferimento null (Nothing in Visual Basic). |
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.