HierarchyItemType 列挙体
派生階層の個々のレベルによって使用されるコンポーネントの種類を表します。
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.dll)
構文
'宣言
<DataContractAttribute(Name := "HierarchyItemType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration HierarchyItemType
'使用
Dim instance As HierarchyItemType
[DataContractAttribute(Name = "HierarchyItemType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum HierarchyItemType
[DataContractAttribute(Name = L"HierarchyItemType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class HierarchyItemType
[<DataContractAttribute(Name = "HierarchyItemType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type HierarchyItemType
public enum HierarchyItemType
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| Entity | 一番下のレベルのエンティティ。 | |
| DBA | 別のエンティティへのドメインベースの属性リンク。 | |
| Hierarchy | 明示的階層へのリンク。 | |
| ConsolidatedDBA | 統合メンバーから別のエンティティへのドメインベースの属性リンク。 | |
| NotApplicable | コレクションなど非階層であるアイテムの種類。 |