Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the first deployment step to the plan of the existing step.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public MustOverride Sub AddFirst ( _
newStep As DeploymentStep _
)
'Usage
Dim instance As DeploymentPlan
Dim newStep As DeploymentStep
instance.AddFirst(newStep)
public abstract void AddFirst(
DeploymentStep newStep
)
public:
virtual void AddFirst(
DeploymentStep^ newStep
) abstract
abstract AddFirst :
newStep:DeploymentStep -> unit
public abstract function AddFirst(
newStep : DeploymentStep
)
Parameters
- newStep
Type: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The DeploymentStep to be added.