DeploymentScriptStep クラス

定義

スクリプトのデプロイを表すデプロイ計画の手順。 このクラスは、拡張機能によってインスタンス化および使用できます。

public class DeploymentScriptStep : Microsoft.SqlServer.Dac.Deployment.DeploymentStepInternal
type DeploymentScriptStep = class
    inherit DeploymentStepInternal
Public Class DeploymentScriptStep
Inherits DeploymentStepInternal
継承
派生

コンストラクター

名前 説明
DeploymentScriptStep(IEnumerable<String>)

複数の TSQL スクリプトを使用して DeploymentScriptStep を初期化します

DeploymentScriptStep(String)

のインスタンスを作成します。 DeploymentScriptStep

プロパティ

名前 説明
Next

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

(継承元 DeploymentStep)
Previous

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

(継承元 DeploymentStep)

メソッド

名前 説明
GenerateBatchScript(TextWriter)

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

(継承元 DeploymentStep)
GenerateTSQL()

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

(継承元 DeploymentStepInternal)
ToString()

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

(継承元 DeploymentStepInternal)

適用対象