Share via


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

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

適用対象