Método DeploymentPlanModifier.AddBefore
Adiciona uma nova etapa de implantação para o plano antes de uma etapa existente.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- handle
Tipo: Microsoft.Data.Schema.Build.DeploymentPlanHandle
O DeploymentPlanHandle para o plano.
- step
Tipo: Microsoft.Data.Schema.Build.DeploymentStep
Identifica o DeploymentStep antes que o newStep será adicionado.
- newStep
Tipo: Microsoft.Data.Schema.Build.DeploymentStep
O DeploymentStep a ser adicionado.
Exceções
Exceção | Condição |
---|---|
ArgumentNullException | Um ou mais parâmetros são nulluma referência nula (Nothing no Visual Basic). |
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.