HierarchyItemType 列挙体

派生階層の個々のレベルによって使用されるコンポーネントの種類を指定する値を格納します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.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 コレクションなど、階層化されないアイテムの種類。