MemberTypeContextIdentifier クラス

エンティティとメンバーの種類のコンテキストに存在するマスター データ モデル オブジェクトの ID セットを指定します。

継承階層

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.Identifier
      Microsoft.MasterDataServices.ModelContextIdentifier
        Microsoft.MasterDataServices.EntityContextIdentifier
          Microsoft.MasterDataServices.MemberTypeContextIdentifier
            Microsoft.MasterDataServices.MemberAttributeIdentifier

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataContractAttribute(Name := "MemberTypeContextIdentifier", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(MemberAttributeIdentifier))> _
Public Class MemberTypeContextIdentifier _
    Inherits EntityContextIdentifier
'使用
Dim instance As MemberTypeContextIdentifier
[DataContractAttribute(Name = "MemberTypeContextIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(MemberAttributeIdentifier))]
public class MemberTypeContextIdentifier : EntityContextIdentifier
[DataContractAttribute(Name = L"MemberTypeContextIdentifier", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(MemberAttributeIdentifier))]
public ref class MemberTypeContextIdentifier : public EntityContextIdentifier
[<DataContractAttribute(Name = "MemberTypeContextIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(MemberAttributeIdentifier))>]
type MemberTypeContextIdentifier =  
    class
        inherit EntityContextIdentifier
    end
public class MemberTypeContextIdentifier extends EntityContextIdentifier

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

コンストラクター

  名前 説明
パブリック メソッド MemberTypeContextIdentifier MemberTypeContextIdentifier クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ EntityId オブジェクトの親エンティティの ID を取得または設定します。 (EntityContextIdentifier から継承されています。)
パブリック プロパティ ExtensionData 追加のデータを格納する構造体を取得または設定します。 (DataContractBase から継承されています。)
パブリック プロパティ Id ID を取得または設定します。 (Identifier から継承されています。)
パブリック プロパティ InternalId 内部整数 ID を取得または設定します。 (Identifier から継承されています。)
パブリック プロパティ MemberType メンバーの種類を取得または設定します。
パブリック プロパティ ModelId モデル ID を取得または設定します。 (ModelContextIdentifier から継承されています。)
パブリック プロパティ Name 名前を取得または設定します。 (Identifier から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

説明

この型には、親エンティティ、メンバーの種類、およびモデルを含むオブジェクトのコンテキストの各識別子が含まれます。 エンティティとメンバーの種類のコンテキストを持つオブジェクトの例には、属性、属性グループ、ビジネス ルールなどがあります。

スレッド セーフ

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

関連項目

参照

Microsoft.MasterDataServices 名前空間