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.