次の方法で共有


DeploymentPlanModifier.Remove メソッド

指定した手順を計画から削除できます。

名前空間:  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
)

パラメーター

関連項目

参照

DeploymentPlanModifier クラス

Microsoft.SqlServer.Dac.Deployment 名前空間