既存の手順の後に手順を追加することで既存の計画を変更できます。
名前空間: 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
)
パラメーター
- step
型: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
newStep が追加される直前の DeploymentStep を指定します。
- newStep
型: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
追加する DeploymentStep。