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.