次の方法で共有


EntityMemberType クラス

定義

MDS のエンティティの構造。

public ref class EntityMemberType sealed : Microsoft::MasterDataServices::Services::DataContracts::MetadataDataContract<Microsoft::MasterDataServices::Services::DataContracts::Identifier ^>
[System.Runtime.Serialization.DataContract(Name="EntityMemberType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class EntityMemberType : Microsoft.MasterDataServices.Services.DataContracts.MetadataDataContract<Microsoft.MasterDataServices.Services.DataContracts.Identifier>
[<System.Runtime.Serialization.DataContract(Name="EntityMemberType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMemberType = class
    inherit MetadataDataContract<Identifier>
Public NotInheritable Class EntityMemberType
Inherits MetadataDataContract(Of Identifier)
継承
属性

注釈

複合型は EntityMemberType 、属性や属性グループを含む MDS 内のエンティティの構造を指定します。

コンストラクター

EntityMemberType()

EntityMemberType クラスの新しいインスタンスを初期化します。

プロパティ

AccessPermission

AccessPermission を指定します。

(継承元 MetadataDataContract<TIdType>)
AttributeGroups

AttributeGroups の一覧を指定します。

Attributes

属性の一覧を指定 します

AuditInfo

AuditInfo を指定します。

(継承元 MetadataDataContract<TIdType>)
EntityId

EntityId を指定します

Identifier

識別子を指定します。

(継承元 MetadataDataContract<TIdType>)
Permission

アクセス許可を指定します。

(継承元 MetadataDataContract<TIdType>)
Type

型の一覧を指定 します

メソッド

SetProperty<T>(T, T, String)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)
SetProperty<T>(T, T, String, Boolean)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象

こちらもご覧ください