DeploymentPlan.AddAfter 方法

Adds a new deployment step to the plan after an existing step.

命名空间:  Microsoft.SqlServer.Dac.Deployment
程序集:  Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)

语法

声明
Public MustOverride Sub AddAfter ( _
    step As DeploymentStep, _
    newStep As DeploymentStep _
)
用法
Dim instance As DeploymentPlan 
Dim step As DeploymentStep 
Dim newStep As DeploymentStep

instance.AddAfter(step, newStep)
public abstract void AddAfter(
    DeploymentStep step,
    DeploymentStep newStep
)
public:
virtual void AddAfter(
    DeploymentStep^ step, 
    DeploymentStep^ newStep
) abstract
abstract AddAfter : 
        step:DeploymentStep * 
        newStep:DeploymentStep -> unit
public abstract function AddAfter(
    step : DeploymentStep, 
    newStep : DeploymentStep
)

参数

请参阅

参考

DeploymentPlan 类

Microsoft.SqlServer.Dac.Deployment 命名空间