SqlBeginTransactionStep クラス

定義

この手順では、展開計画のトランザクション セクションの先頭を示します。 このクラスは読み取り専用であり、インスタンス化できません。

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

プロパティ

名前 説明
Next

コンテナー内の次のステップを取得します。これは DeploymentStep 型の LinkedListNode<T> です。

(継承元 DeploymentStep)
Previous

コンテナー内の前の手順を取得します。これは DeploymentStep 型の LinkedListNode<T> です。

(継承元 DeploymentStep)

メソッド

名前 説明
GenerateBatchScript(TextWriter)

指定されたライターにバッチ スクリプトのセットを書き込むヘルパー

(継承元 DeploymentStep)
GenerateTSQL()

デプロイ時に適用される一連の TSQL スクリプト バッチを表す文字列の一覧を返します。

(継承元 DeploymentStepInternal)
ToString()

この手順を説明する文字列を返します。 base はステップの型を返します。

(継承元 DeploymentStepInternal)

適用対象