DerivedHierarchy Class
Specifies an already defined data relationship and prepares that relationship to be displayed in a hierarchical fashion.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.MdmDataContractOfModelContextIdentifier
Microsoft.MasterDataServices.DerivedHierarchy
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "DerivedHierarchy", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class DerivedHierarchy _
Inherits MdmDataContractOfModelContextIdentifier
'Usage
Dim instance As DerivedHierarchy
[DataContractAttribute(Name = "DerivedHierarchy", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class DerivedHierarchy : MdmDataContractOfModelContextIdentifier
[DataContractAttribute(Name = L"DerivedHierarchy", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class DerivedHierarchy : public MdmDataContractOfModelContextIdentifier
[<DataContractAttribute(Name = "DerivedHierarchy", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DerivedHierarchy =
class
inherit MdmDataContractOfModelContextIdentifier
end
public class DerivedHierarchy extends MdmDataContractOfModelContextIdentifier
The DerivedHierarchy type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DerivedHierarchy | Initializes a new instance of the DerivedHierarchy class. |
Top
Properties
Name | Description | |
---|---|---|
AnchorNullRecursions | Gets or sets a value indicating whether to anchor null recursive relationships in the derived hierarchy. | |
AuditInfo | Gets or sets audit information. (Inherited from MdmDataContractOfModelContextIdentifier.) | |
ExtensionData | Gets or sets an object that contains extra data. (Inherited from MdmDataContractOfModelContextIdentifier.) | |
FullyQualifiedName | Gets or sets the fully qualified name of the derived hierarchy. | |
Identifier | Gets or sets the ID of the model context. (Inherited from MdmDataContractOfModelContextIdentifier.) | |
IsRecursive | Gets or sets a value indicating whether the derived hierarchy includes a recursive relationship. | |
Levels | Gets or sets an array of levels in the derived hierarchy. | |
Permission | Gets or sets the security permission. (Inherited from MdmDataContractOfModelContextIdentifier.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.