DeploymentStep 类

定义

表示部署计划中的步骤。

public abstract class DeploymentStep
type DeploymentStep = class
Public MustInherit Class DeploymentStep
继承
DeploymentStep
派生

构造函数

名称 说明
DeploymentStep()

表示部署计划中的步骤。

属性

名称 说明
Next

获取容器中的下一 LinkedListNode<T> 步,该容器的类型为 DeploymentStep。

Previous

获取容器中的上一 LinkedListNode<T> 步,该步骤属于 DeploymentStep 类型。

方法

名称 说明
GenerateBatchScript(TextWriter)

将批处理脚本集写入提供的编写器的帮助程序

GenerateTSQL()

返回一个字符串列表,这些字符串表示在部署期间要应用的一组 TSQL 脚本批处理

ToString()

返回描述此步骤的字符串。 基返回步骤的类型

适用于