Aracılığıyla paylaş


DeploymentPlanModifier.AddBefore Yöntem

Yeni bir dağıtım adım planı önce varolan bir adım ekler.

Ad alanı:  Microsoft.Data.Schema.Build
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
Protected Sub AddBefore ( _
    handle As DeploymentPlanHandle, _
    step As DeploymentStep, _
    newStep As DeploymentStep _
)
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
)

Parametreler

Özel Durumlar

Exception Koşul
ArgumentNullException

Parametrelerden en az biri olan nullnull başvuru (Visual Basic\'te Nothing).

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

DeploymentPlanModifier Sınıf

Microsoft.Data.Schema.Build Ad Alanı

DeploymentPlanHandle

DeploymentStep