DeploymentPlan.AddAfter Method
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
)
Parameters
- step
Type: Microsoft.Data.Schema.Build.DeploymentStep
- newStep
Type: Microsoft.Data.Schema.Build.DeploymentStep
.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.