SqlBeginAltersStep 类

定义

此类的实例标记执行 ALTER(和 CREATE)的部署计划的一部分。 此类用于只读目的,不能实例化。

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

属性

名称 说明
Next

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

(继承自 DeploymentStep)
Previous

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

(继承自 DeploymentStep)

方法

名称 说明
GenerateBatchScript(TextWriter)

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

(继承自 DeploymentStep)
GenerateTSQL()

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

(继承自 DeploymentStepInternal)
ToString()

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

(继承自 DeploymentStepInternal)

适用于