共用方式為


DeploymentPlan.AddAfter 方法

命名空間:  Microsoft.Data.Schema.Build
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public Sub AddAfter ( _
    step As DeploymentStep, _
    newStep As DeploymentStep _
)
public void AddAfter(
    DeploymentStep step,
    DeploymentStep newStep
)
public:
void AddAfter(
    DeploymentStep^ step, 
    DeploymentStep^ newStep
)
member AddAfter : 
        step:DeploymentStep * 
        newStep:DeploymentStep -> unit 
public function AddAfter(
    step : DeploymentStep, 
    newStep : DeploymentStep
)

參數

.NET Framework 安全性

請參閱

參考

DeploymentPlan 類別

Microsoft.Data.Schema.Build 命名空間