次の方法で共有


ModelTranslatorAction クラス

ModelTranslatorDemoteToAction など、特定のアクションを実装するクラスの基本クラスを提供します。

継承階層

System.Object
  Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorAction
    Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorDemoteToAction
    Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorDeprecateAction
    Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorMergeToAction
    Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorPromoteToAction
    Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorSplitToAction

名前空間:  Microsoft.Data.Schema.SchemaModel.Translation
アセンブリ:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public MustInherit Class ModelTranslatorAction
public abstract class ModelTranslatorAction
public ref class ModelTranslatorAction abstract
[<AbstractClass>]
type ModelTranslatorAction =  class end
public abstract class ModelTranslatorAction

ModelTranslatorAction 型で公開されるメンバーは以下のとおりです。

コンストラクター

  名前 説明
プロテクト メソッド ModelTranslatorAction ModelTranslatorAction クラスの新しいインスタンスを初期化します。

このページのトップへ

メソッド

  名前 説明
パブリック メソッド Equals 指定した Object が、現在の Object と等しいかどうかを判断します。 (Object から継承されます。)
プロテクト メソッド Finalize オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。)
パブリック メソッド GetHashCode 特定の型のハッシュ関数として機能します。 (Object から継承されます。)
パブリック メソッド GetType 現在のインスタンスの Type を取得します。 (Object から継承されます。)
プロテクト メソッド MemberwiseClone 現在の Object の簡易コピーを作成します。 (Object から継承されます。)
パブリック メソッド ToString 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。)

このページのトップへ

スレッド セーフ

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

参照

参照

Microsoft.Data.Schema.SchemaModel.Translation 名前空間

ModelTranslatorDefinition