DeploymentPlanModifier.AddAfter (Método)
Agrega un nuevo paso de implementación para el plan después de un paso existente.
Espacio de nombres: Microsoft.Data.Schema.Build
Ensamblado: Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)
Sintaxis
'Declaración
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
Objeto DeploymentPlanHandle para el plan.
- step
Tipo: Microsoft.Data.Schema.Build.DeploymentStep
Identifica el objeto DeploymentStep después del que se agregará el parámetro newStep.
- newStep
Tipo: Microsoft.Data.Schema.Build.DeploymentStep
Objeto DeploymentStep que se va a agregar.
Excepciones
Excepción | Condición |
---|---|
ArgumentNullException | Uno o más parámetros es nullreferencia null (Nothing en Visual Basic). |
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.Data.Schema.Build (Espacio de nombres)
Otros recursos
Extender las características de base de datos de Visual Studio