Adds a deployment step at the end.
命名空間: Microsoft.SqlServer.Dac.Deployment
組件: Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)
語法
'宣告
Public MustOverride Sub AddLast ( _
steps As IEnumerable(Of DeploymentStep) _
)
'用途
Dim instance As DeploymentPlan
Dim steps As IEnumerable(Of DeploymentStep)
instance.AddLast(steps)
public abstract void AddLast(
IEnumerable<DeploymentStep> steps
)
public:
virtual void AddLast(
IEnumerable<DeploymentStep^>^ steps
) abstract
abstract AddLast :
steps:IEnumerable<DeploymentStep> -> unit
public abstract function AddLast(
steps : IEnumerable<DeploymentStep>
)
參數
- steps
型別:System.Collections.Generic.IEnumerable<DeploymentStep>
Enumerates the DeploymentStep before which the newStep will be added.