Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of hierarchy.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "HierarchyType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration HierarchyType
'Usage
Dim instance As HierarchyType
[DataContractAttribute(Name = "HierarchyType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum HierarchyType
[DataContractAttribute(Name = L"HierarchyType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class HierarchyType
[<DataContractAttribute(Name = "HierarchyType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type HierarchyType
public enum HierarchyType
Members
Member name | Description | |
---|---|---|
All | All types of hierarchies for the specified entities. | |
Collection | All collections for the specified entities. | |
Derived | The type is derived from the attribute values. | |
Explicit | The type is explicitly defined. |
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace