次の方法で共有


DeploymentPlanModifier.AddAfter メソッド

既存の手順の後に手順を追加することで既存の計画を変更できます。

名前空間:  Microsoft.SqlServer.Dac.Deployment
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Protected Sub AddAfter ( _
    handle As DeploymentPlanHandle, _
    step As DeploymentStep, _
    newStep As DeploymentStep _
)
'使用
Dim handle As DeploymentPlanHandle 
Dim step As DeploymentStep 
Dim newStep As DeploymentStep 

Me.AddAfter(handle, step, newStep)
protected void AddAfter(
    DeploymentPlanHandle handle,
    DeploymentStep step,
    DeploymentStep newStep
)
protected:
void AddAfter(
    DeploymentPlanHandle^ handle, 
    DeploymentStep^ step, 
    DeploymentStep^ newStep
)
member AddAfter : 
        handle:DeploymentPlanHandle * 
        step:DeploymentStep * 
        newStep:DeploymentStep -> unit
protected function AddAfter(
    handle : DeploymentPlanHandle, 
    step : DeploymentStep, 
    newStep : DeploymentStep
)

パラメーター

関連項目

参照

DeploymentPlanModifier クラス

Microsoft.SqlServer.Dac.Deployment 名前空間