DeploymentStepInternal クラス

定義

デプロイ ステップの種類を実装するための基本クラス。 拡張機能の記述には使用しないでください。 拡張機能は DeploymentStep を直接実装する必要があります

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

プロパティ

名前 説明
Next

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

(継承元 DeploymentStep)
Previous

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

(継承元 DeploymentStep)

メソッド

名前 説明
GenerateBatchScript(TextWriter)

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

(継承元 DeploymentStep)
GenerateTSQL()

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

ToString()

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

適用対象