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