Método DeploymentPlanModifier.AddAfter
Adiciona uma nova etapa de implantação para o plano após uma etapa existente.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- handle
Tipo: Microsoft.Data.Schema.Build.DeploymentPlanHandle
O DeploymentPlanHandle para o plano.
- step
Tipo: Microsoft.Data.Schema.Build.DeploymentStep
Identifica o DeploymentStep após o qual 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.
Consulte também
Referência
Namespace Microsoft.Data.Schema.Build