次の方法で共有


SqlTableMigrationStep クラス

SQL 配置計画のデータの移行手順を表します。 このクラスは読み取り専用で、インスタンス化はできません。

継承階層

System.Object
  Microsoft.SqlServer.Dac.Deployment.DeploymentStep
    Microsoft.SqlServer.Dac.Deployment.DeploymentStepInternal
      Microsoft.SqlServer.Dac.Deployment.DeploymentScriptDomStep
        Microsoft.SqlServer.Dac.Deployment.AlterElementStep
          Microsoft.SqlServer.Dac.Deployment.SqlTableMigrationStep

名前空間:  Microsoft.SqlServer.Dac.Deployment
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public NotInheritable Class SqlTableMigrationStep _
    Inherits AlterElementStep
'使用
Dim instance As SqlTableMigrationStep
public sealed class SqlTableMigrationStep : AlterElementStep
public ref class SqlTableMigrationStep sealed : public AlterElementStep
[<SealedAttribute>]
type SqlTableMigrationStep =  
    class 
        inherit AlterElementStep 
    end
public final class SqlTableMigrationStep extends AlterElementStep

SqlTableMigrationStep 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ IsMessageInFirstBatch GenerateTSql() の呼び出し時に手順のメッセージが最初のバッチの場合は true を返します。 (DeploymentScriptDomStep から継承されています。)
パブリック プロパティ Message 手順を示す省略可能なメッセージを取得します。 (DeploymentScriptDomStep から継承されています。)
パブリック プロパティ Next DeploymentStep 型の LinkedListNode<T> であるコンテナーの次の手順を取得します。 (DeploymentStep から継承されています。)
パブリック プロパティ Previous DeploymentStep 型の LinkedListNode<T> であるコンテナーの前の手順を取得します。 (DeploymentStep から継承されています。)
パブリック プロパティ Script この手順のスクリプトを取得します。 (DeploymentScriptDomStep から継承されています。)
パブリック プロパティ ScriptGenerator この手順の ScriptGenerator を取得します。 (DeploymentScriptDomStep から継承されています。)
パブリック プロパティ SourceElement 変更手順のソース要素を取得します。 (AlterElementStep から継承されています。)
パブリック プロパティ SourceTable 移行元のテーブル オブジェクトを取得します。
パブリック プロパティ TargetElement 変更手順のターゲット要素を取得します。 (AlterElementStep から継承されています。)
パブリック プロパティ TargetTable 移行先のテーブル オブジェクトを取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GenerateBatchScript 指定されたライターにバッチ スクリプトのセットを書き込むヘルパー。 (DeploymentStep から継承されています。)
パブリック メソッド GenerateTSQL 配置時に適用する一連の TSQL スクリプトのバッチを表す文字列の一覧を返します。 (DeploymentStepInternal から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString この手順を表す文字列を返します。基本クラスはこの手順の種類を返します。 (DeploymentStepInternal から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Dac.Deployment 名前空間