指定した手順を計画から削除できます。
名前空間: Microsoft.SqlServer.Dac.Deployment
アセンブリ: Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)
構文
'宣言
Protected Sub Remove ( _
handle As DeploymentPlanHandle, _
step As DeploymentStep _
)
'使用
Dim handle As DeploymentPlanHandle
Dim step As DeploymentStep
Me.Remove(handle, step)
protected void Remove(
DeploymentPlanHandle handle,
DeploymentStep step
)
protected:
void Remove(
DeploymentPlanHandle^ handle,
DeploymentStep^ step
)
member Remove :
handle:DeploymentPlanHandle *
step:DeploymentStep -> unit
protected function Remove(
handle : DeploymentPlanHandle,
step : DeploymentStep
)
パラメーター
- step
型: Microsoft.SqlServer.Dac.Deployment.DeploymentStep
削除する DeploymentStep を指定します。