SqlBeginTransactionStep 類別

定義

此步驟標誌著部署計畫中交易部分的開始。 此類別僅用於唯讀,無法實例化。

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

屬性

名稱 Description
Next

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

(繼承來源 DeploymentStep)
Previous

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

(繼承來源 DeploymentStep)

方法

名稱 Description
GenerateBatchScript(TextWriter)

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

(繼承來源 DeploymentStep)
GenerateTSQL()

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

(繼承來源 DeploymentStepInternal)
ToString()

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

(繼承來源 DeploymentStepInternal)

適用於