名前空間: Microsoft.SqlServer.Dac.Deployment
アセンブリ: Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)
構文
'宣言
Public MustOverride Sub AddBefore ( _
step As DeploymentStep, _
newStep As DeploymentStep _
)
'使用
Dim instance As DeploymentPlan
Dim step As DeploymentStep
Dim newStep As DeploymentStep
instance.AddBefore(step, newStep)
public abstract void AddBefore(
DeploymentStep step,
DeploymentStep newStep
)
public:
virtual void AddBefore(
DeploymentStep^ step,
DeploymentStep^ newStep
) abstract
abstract AddBefore :
step:DeploymentStep *
newStep:DeploymentStep -> unit
public abstract function AddBefore(
step : DeploymentStep,
newStep : DeploymentStep
)