다음을 통해 공유


DeploymentPlanModifier.AddBefore 메서드

Provides a way for subclasses to modify the plan by adding a step after the specified step.

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

매개 변수

참고 항목

참조

DeploymentPlanModifier 클래스

Microsoft.SqlServer.Dac.Deployment 네임스페이스