SqlEndPreservationStep 類別

定義

此類別標誌著(部署計畫中)意圖保存部分的結束。 這些操作是為了影響重構變更而進行的。 此類別僅用於唯讀,無法實例化。

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

屬性

名稱 Description
Next

取得容器中的下一步,也就是 LinkedListNode<T> DeploymentStep 類型的 DeploymentStep。

(繼承來源 DeploymentStep)
Previous

取得容器中前一個步驟,該步驟為 LinkedListNode<T> DeploymentStep。

(繼承來源 DeploymentStep)

方法

名稱 Description
GenerateBatchScript(TextWriter)

協助者將批次腳本組寫給所提供的寫入者

(繼承來源 DeploymentStep)
GenerateTSQL()

回傳一串字串,代表部署期間要套用的一組 TSQL 腳本批次

(繼承來源 DeploymentStepInternal)
ToString()

回傳描述此步驟的字串。 基底會回傳步進的類型

(繼承來源 DeploymentStepInternal)

適用於