指定した手順の後に手順を追加することで、サブクラスは計画を変更できます。
名前空間: Microsoft.SqlServer.Dac.Deployment
アセンブリ: Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)
構文
'宣言
Protected Sub AddBefore ( _
handle As DeploymentPlanHandle, _
step As DeploymentStep, _
newStep As DeploymentStep _
)
'使用
Dim handle As DeploymentPlanHandle
Dim step As DeploymentStep
Dim newStep As DeploymentStep
Me.AddBefore(handle, step, newStep)
protected void AddBefore(
DeploymentPlanHandle handle,
DeploymentStep step,
DeploymentStep newStep
)
protected:
void AddBefore(
DeploymentPlanHandle^ handle,
DeploymentStep^ step,
DeploymentStep^ newStep
)
member AddBefore :
handle:DeploymentPlanHandle *
step:DeploymentStep *
newStep:DeploymentStep -> unit
protected function AddBefore(
handle : DeploymentPlanHandle,
step : DeploymentStep,
newStep : DeploymentStep
)
パラメーター
- step
型: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
追加される newStep の次の DeploymentStep を指定します。
- newStep
型: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
追加する DeploymentStep。