次の方法で共有


EntityMemberType クラス

MDS 内のエンティティの構造を表します。それには属性と属性グループも含まれます。

継承階層

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<Identifier>
      Microsoft.MasterDataServices.Services.DataContracts.EntityMemberType

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

構文

'宣言
<DataContractAttribute(Name := "EntityMemberType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class EntityMemberType _
    Inherits MdmDataContract(Of Identifier)
'使用
Dim instance As EntityMemberType
[DataContractAttribute(Name = "EntityMemberType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class EntityMemberType : MdmDataContract<Identifier>
[DataContractAttribute(Name = L"EntityMemberType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityMemberType sealed : public MdmDataContract<Identifier^>
[<SealedAttribute>]
[<DataContractAttribute(Name = "EntityMemberType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMemberType =  
    class 
        inherit MdmDataContract<Identifier>
    end
public final class EntityMemberType extends MdmDataContract<Identifier>

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

コンストラクター

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

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ AttributeGroups ArrayOfAttributeGroup 複合型を取得または設定します。
パブリック プロパティ Attributes ArrayOfMetaDataAttribute 複合型を取得または設定します。
パブリック プロパティ AuditInfo 監査情報を取得または設定します。 (MdmDataContract<TIdType> から継承されています。)
パブリック プロパティ EntityId Identifier 複合型を取得または設定します。
パブリック プロパティ Identifier 識別子を取得または設定します。 (MdmDataContract<TIdType> から継承されています。)
パブリック プロパティ Permission 権限を取得または設定します。 (MdmDataContract<TIdType> から継承されています。)
パブリック プロパティ Type MemberType の単純型を取得または設定します。

先頭に戻る

メソッド

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

先頭に戻る

スレッド セーフ

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

関連項目

参照

Microsoft.MasterDataServices.Services.DataContracts 名前空間