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