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