SqlEndPreservationStep 类

定义

此类将结束(部署计划中)保留计划的意向部分。 这些操作是影响重构更改而采取的操作。 此类用于只读目的,不能实例化。

public sealed class SqlEndPreservationStep : Microsoft.SqlServer.Dac.Deployment.EmptyStep
type SqlEndPreservationStep = class
    inherit EmptyStep
Public NotInheritable Class SqlEndPreservationStep
Inherits EmptyStep
继承

属性

名称 说明
Next

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

(继承自 DeploymentStep)
Previous

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

(继承自 DeploymentStep)

方法

名称 说明
GenerateBatchScript(TextWriter)

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

(继承自 DeploymentStep)
GenerateTSQL()

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

(继承自 DeploymentStepInternal)
ToString()

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

(继承自 DeploymentStepInternal)

适用于