EntityMemberType クラス

定義

MDS内のエンティティの構造、属性および属性グループを指定します。

public ref class EntityMemberType : Microsoft::MasterDataServices::MdmDataContractOfIdentifier
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="EntityMemberType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMemberType : Microsoft.MasterDataServices.MdmDataContractOfIdentifier
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="EntityMemberType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMemberType = class
    inherit MdmDataContractOfIdentifier
Public Class EntityMemberType
Inherits MdmDataContractOfIdentifier
継承
属性

コンストラクター

名前 説明
EntityMemberType()

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

プロパティ

名前 説明
AttributeGroups

属性群の配列を取得したり設定したりします。

Attributes

メタデータ属性の配列を取得したり設定したりします。

AuditInfo

監査情報を取得したり設定したりします。

(継承元 MdmDataContractOfIdentifier)
EntityId

エンティティ ID を取得または設定します。

ExtensionData

追加のデータを含む構造体を取得または設定します。

(継承元 DataContractBase)
Identifier

ID を取得または設定します。

(継承元 MdmDataContractOfIdentifier)
Permission

セキュリティ権限を取得したり設定したりします。

(継承元 MdmDataContractOfIdentifier)
Type

メンバーの型を取得または設定します。

適用対象