Metodo DeploymentPlan.AddAfter
Spazio dei nomi: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- step
Tipo: Microsoft.Data.Schema.Build.DeploymentStep
- newStep
Tipo: Microsoft.Data.Schema.Build.DeploymentStep
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.