DeploymentPlan.AddAfter Method
Adds a step after the target step.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub AddAfter ( _
step As DeployStep, _
newStep As DeployStep _
)
'Usage
Dim instance As DeploymentPlan
Dim step As DeployStep
Dim newStep As DeployStep
instance.AddAfter(step, newStep)
public void AddAfter(
DeployStep step,
DeployStep newStep
)
public:
void AddAfter(
DeployStep^ step,
DeployStep^ newStep
)
public function AddAfter(
step : DeployStep,
newStep : DeployStep
)
member AddAfter :
step:DeployStep *
newStep:DeployStep -> unit
Parameters
- step
Type: Microsoft.Data.Schema.Build.DeployStep
The target step
- newStep
Type: Microsoft.Data.Schema.Build.DeployStep
The step to add
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.