Share via


DeploymentPlan.AddBefore Method

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub AddBefore ( _
    step As DeploymentStep, _
    newStep As DeploymentStep _
)
public void AddBefore(
    DeploymentStep step,
    DeploymentStep newStep
)
public:
void AddBefore(
    DeploymentStep^ step, 
    DeploymentStep^ newStep
)
member AddBefore : 
        step:DeploymentStep * 
        newStep:DeploymentStep -> unit 
public function AddBefore(
    step : DeploymentStep, 
    newStep : DeploymentStep
)

Parameters

.NET Framework Security

See Also

Reference

DeploymentPlan Class

Microsoft.Data.Schema.Build Namespace