DeploymentStepInternal 类

定义

用于实现部署步骤类型的基类。 它不应用于编写扩展。 扩展必须直接实现 DeploymentStep

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

属性

名称 说明
Next

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

(继承自 DeploymentStep)
Previous

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

(继承自 DeploymentStep)

方法

名称 说明
GenerateBatchScript(TextWriter)

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

(继承自 DeploymentStep)
GenerateTSQL()

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

ToString()

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

适用于