Removes an existing step from the deployment plan.
命名空间: Microsoft.SqlServer.Dac.Deployment
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
Public MustOverride Sub Remove ( _
step As DeploymentStep _
)
用法
Dim instance As DeploymentPlan
Dim step As DeploymentStep
instance.Remove(step)
public abstract void Remove(
DeploymentStep step
)
public:
virtual void Remove(
DeploymentStep^ step
) abstract
abstract Remove :
step:DeploymentStep -> unit
public abstract function Remove(
step : DeploymentStep
)
参数
- step
类型:Microsoft.SqlServer.Dac.Deployment.DeploymentStep
Identifies the DeploymentStep to be removed.