DeploymentPlan.AddLast Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddLast(DeploymentStep) | |
AddLast(IEnumerable<DeploymentStep>) |
AddLast(DeploymentStep)
public abstract void AddLast (Microsoft.SqlServer.Dac.Deployment.DeploymentStep newStep);
abstract member AddLast : Microsoft.SqlServer.Dac.Deployment.DeploymentStep -> unit
Public MustOverride Sub AddLast (newStep As DeploymentStep)
Parameters
- newStep
- DeploymentStep
Applies to
AddLast(IEnumerable<DeploymentStep>)
public abstract void AddLast (System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dac.Deployment.DeploymentStep> steps);
abstract member AddLast : seq<Microsoft.SqlServer.Dac.Deployment.DeploymentStep> -> unit
Public MustOverride Sub AddLast (steps As IEnumerable(Of DeploymentStep))
Parameters
- steps
- IEnumerable<DeploymentStep>