次の方法で共有


ModelTranslatorDemoteToAction クラス

ソース要素よりもプロパティが少ないターゲット要素にソース要素を変換します。

継承階層

System.Object
  Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorAction
    Microsoft.Data.Schema.SchemaModel.Translation.ModelTranslatorDemoteToAction

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

構文

'宣言
Public Class ModelTranslatorDemoteToAction _
    Inherits ModelTranslatorAction
public class ModelTranslatorDemoteToAction : ModelTranslatorAction
public ref class ModelTranslatorDemoteToAction : public ModelTranslatorAction
type ModelTranslatorDemoteToAction =  
    class
        inherit ModelTranslatorAction
    end
public class ModelTranslatorDemoteToAction extends ModelTranslatorAction

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

コンストラクター

  名前 説明
パブリック メソッド ModelTranslatorDemoteToAction

このページのトップへ

プロパティ

  名前 説明
パブリック プロパティ ToClass ターゲット要素のメタデータを取得します。

このページのトップへ

メソッド

  名前 説明
パブリック メソッド 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 名前空間