DacDropSystemVersioningStep クラス

定義

一時的なシステム バージョン管理句とシステム時間 PERIOD のドロップを表すデプロイ計画の手順。 このクラスは読み取り専用であり、インスタンス化できません。

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

プロパティ

名前 説明
IsMessageInFirstBatch

GenerateTSql() を呼び出すときにステップのメッセージが最初のバッチになる場合は true を返します。

(継承元 DeploymentScriptDomStep)
Message

手順を説明する省略可能なメッセージを取得します。

(継承元 DeploymentScriptDomStep)
Next

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

(継承元 DeploymentStep)
Previous

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

(継承元 DeploymentStep)
Script

この手順のスクリプトを取得します。

(継承元 DeploymentScriptDomStep)
ScriptGenerator

この手順の ScriptGenerator を取得します。

(継承元 DeploymentScriptDomStep)

メソッド

名前 説明
GenerateBatchScript(TextWriter)

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

(継承元 DeploymentStep)
GenerateTSQL()

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

(継承元 DeploymentStepInternal)
ToString()

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

(継承元 DeploymentStepInternal)

適用対象