다음을 통해 공유


DeploymentPlanModifier.Remove 메서드

Provides a way to remove the specified step from the plan.

네임스페이스:  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 네임스페이스