DeploymentScriptStep 类

定义

部署计划中表示部署脚本的步骤。 此类可由扩展实例化和使用。

public class DeploymentScriptStep : Microsoft.SqlServer.Dac.Deployment.DeploymentStepInternal
type DeploymentScriptStep = class
    inherit DeploymentStepInternal
Public Class DeploymentScriptStep
Inherits DeploymentStepInternal
继承
派生

构造函数

名称 说明
DeploymentScriptStep(IEnumerable<String>)

使用多个 TSQL 脚本初始化 a DeploymentScriptStep

DeploymentScriptStep(String)

创建 的实例 DeploymentScriptStep

属性

名称 说明
Next

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

(继承自 DeploymentStep)
Previous

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

(继承自 DeploymentStep)

方法

名称 说明
GenerateBatchScript(TextWriter)

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

(继承自 DeploymentStep)
GenerateTSQL()

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

(继承自 DeploymentStepInternal)
ToString()

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

(继承自 DeploymentStepInternal)

适用于