DeploymentPlan.AddAfter, méthode
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- step
Type : Microsoft.Data.Schema.Build.DeploymentStep
- newStep
Type : Microsoft.Data.Schema.Build.DeploymentStep
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.