EntityMemberType クラス
MDS 内のエンティティの構造を指定します。それには属性と属性グループも含まれます。
継承階層
System. . :: . .Object
Microsoft.MasterDataServices. . :: . .MdmDataContractOfIdentifier
Microsoft.MasterDataServices..::..EntityMemberType
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<DataContractAttribute(Name := "EntityMemberType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityMemberType _
Inherits MdmDataContractOfIdentifier
'使用
Dim instance As EntityMemberType
[DataContractAttribute(Name = "EntityMemberType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMemberType : MdmDataContractOfIdentifier
[DataContractAttribute(Name = L"EntityMemberType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityMemberType : public MdmDataContractOfIdentifier
[<DataContractAttribute(Name = "EntityMemberType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMemberType =
class
inherit MdmDataContractOfIdentifier
end
public class EntityMemberType extends MdmDataContractOfIdentifier
EntityMemberType 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
AttributeGroups | 属性グループの配列を取得または設定します。 | |
Attributes | メタデータ属性の配列を取得または設定します。 | |
AuditInfo | 監査情報を取得または設定します。 (MdmDataContractOfIdentifier から継承されています。) | |
EntityId | エンティティ ID を取得または設定します。 | |
ExtensionData | 追加のデータを含むオブジェクトを取得または設定します。 (MdmDataContractOfIdentifier から継承されています。) | |
Identifier | ID を取得または設定します。 (MdmDataContractOfIdentifier から継承されています。) | |
Permission | セキュリティ権限を取得または設定します。 (MdmDataContractOfIdentifier から継承されています。) | |
Type | メンバーの種類を取得または設定します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。