Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies a single level within the derived hierarchy data relationship tree.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MdmDataContractOfDerivedHierarchyContextIdentifier
Microsoft.MasterDataServices.DerivedHierarchyLevel
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "DerivedHierarchyLevel", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class DerivedHierarchyLevel _
Inherits MdmDataContractOfDerivedHierarchyContextIdentifier
'Usage
Dim instance As DerivedHierarchyLevel
[DataContractAttribute(Name = "DerivedHierarchyLevel", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class DerivedHierarchyLevel : MdmDataContractOfDerivedHierarchyContextIdentifier
[DataContractAttribute(Name = L"DerivedHierarchyLevel", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class DerivedHierarchyLevel : public MdmDataContractOfDerivedHierarchyContextIdentifier
[<DataContractAttribute(Name = "DerivedHierarchyLevel", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DerivedHierarchyLevel =
class
inherit MdmDataContractOfDerivedHierarchyContextIdentifier
end
public class DerivedHierarchyLevel extends MdmDataContractOfDerivedHierarchyContextIdentifier
The DerivedHierarchyLevel type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
DerivedHierarchyLevel | Initializes a new instance of the DerivedHierarchyLevel class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
AuditInfo | Gets or sets audit information. (Inherited from MdmDataContractOfDerivedHierarchyContextIdentifier.) |
![]() |
DisplayName | Gets or sets the name to be displayed. |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. (Inherited from DataContractBase.) |
![]() |
ForeignEntityId | Gets or sets the foreign entity ID. |
![]() |
ForeignId | Gets or sets the foreign ID. |
![]() |
ForeignType | Gets or sets the HierarchyItemType that is specified in the ForeignId. |
![]() |
Identifier | Gets or sets the ID of MDM data contract of a derived hierarchy. (Inherited from MdmDataContractOfDerivedHierarchyContextIdentifier.) |
![]() |
IsRecursive | Gets or sets a value indicating whether the derived hierarchy level has a recursive relationship. |
![]() |
IsVisible | Gets or sets a value that indicates whether the level is visible within the derived hierarchy. |
![]() |
LevelNumber | Gets or sets the level number. |
![]() |
MemberType | Gets or sets the member type. |
![]() |
Permission | Gets or sets a security permission. (Inherited from MdmDataContractOfDerivedHierarchyContextIdentifier.) |
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.
.gif)
.gif)
.gif)