配置後の最初のスクリプト配置を表す、配置計画における手順です。 このクラスは読み取り専用で、インスタンス化はできません。
継承階層
System.Object
Microsoft.SqlServer.Dac.Deployment.DeploymentStep
Microsoft.SqlServer.Dac.Deployment.DeploymentStepInternal
Microsoft.SqlServer.Dac.Deployment.EmptyStep
Microsoft.SqlServer.Dac.Deployment.BeginPostDeploymentScriptStep
名前空間: Microsoft.SqlServer.Dac.Deployment
アセンブリ: Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)
構文
'宣言
Public NotInheritable Class BeginPostDeploymentScriptStep _
Inherits EmptyStep
'使用
Dim instance As BeginPostDeploymentScriptStep
public sealed class BeginPostDeploymentScriptStep : EmptyStep
public ref class BeginPostDeploymentScriptStep sealed : public EmptyStep
[<SealedAttribute>]
type BeginPostDeploymentScriptStep =
class
inherit EmptyStep
end
public final class BeginPostDeploymentScriptStep extends EmptyStep
BeginPostDeploymentScriptStep 型は、以下のメンバーを公開しています。
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
Next | DeploymentStep 型の LinkedListNode<T> であるコンテナーの次の手順を取得します。 (DeploymentStep から継承されています。) |
![]() |
Previous | DeploymentStep 型の LinkedListNode<T> であるコンテナーの前の手順を取得します。 (DeploymentStep から継承されています。) |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
GenerateBatchScript | 指定されたライターにバッチ スクリプトのセットを書き込むヘルパー。 (DeploymentStep から継承されています。) |
![]() |
GenerateTSQL | 配置時に適用する一連の TSQL スクリプトのバッチを表す文字列の一覧を返します。 (DeploymentStepInternal から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
ToString | この手順を表す文字列を返します。基本クラスはこの手順の種類を返します。 (DeploymentStepInternal から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)