Adds a deployment step at the end.
네임스페이스: Microsoft.SqlServer.Dac.Deployment
어셈블리: Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.dll)
구문
‘선언
Public MustOverride Sub AddLast ( _
newStep As DeploymentStep _
)
‘사용 방법
Dim instance As DeploymentPlan
Dim newStep As DeploymentStep
instance.AddLast(newStep)
public abstract void AddLast(
DeploymentStep newStep
)
public:
virtual void AddLast(
DeploymentStep^ newStep
) abstract
abstract AddLast :
newStep:DeploymentStep -> unit
public abstract function AddLast(
newStep : DeploymentStep
)
매개 변수
- newStep
유형: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
The DeploymentStep to be added.