Método DeploymentPlan.AddAfter
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
Public Sub AddAfter ( _
step As DeploymentStep, _
newStep As DeploymentStep _
)
public void AddAfter(
DeploymentStep step,
DeploymentStep newStep
)
public:
void AddAfter(
DeploymentStep^ step,
DeploymentStep^ newStep
)
member AddAfter :
step:DeploymentStep *
newStep:DeploymentStep -> unit
public function AddAfter(
step : DeploymentStep,
newStep : DeploymentStep
)
Parâmetros
- step
Tipo: Microsoft.Data.Schema.Build.DeploymentStep
- newStep
Tipo: Microsoft.Data.Schema.Build.DeploymentStep
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.