EntityMemberType クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 |
アクセス権限を指定します。 (継承元 MetadataDataContract<TIdType>) |
| AttributeGroups |
属性群のリストを指定します。 |
| Attributes |
属性のリストを指定します。 |
| AuditInfo |
AuditInfoを指定します。 (継承元 MetadataDataContract<TIdType>) |
| EntityId |
EntityId を指定します |
| Identifier |
識別子を指定します。 (継承元 MetadataDataContract<TIdType>) |
| Permission |
許可を指定します。 (継承元 MetadataDataContract<TIdType>) |
| Type |
タイプのリストを指定します。 |
メソッド
| 名前 | 説明 |
|---|---|
| SetProperty<T>(T, T, String, Boolean) |
その性質を与えられた値に変更します。 |
| SetProperty<T>(T, T, String) |
その性質を与えられた値に変更します。 |