Partager via


Classe DerivedHierarchyLevel

Specifies a single level within the derived hierarchy data relationship tree.

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.MdmDataContractOfDerivedHierarchyContextIdentifier
      Microsoft.MasterDataServices.DerivedHierarchyLevel

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "DerivedHierarchyLevel", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class DerivedHierarchyLevel _
    Inherits MdmDataContractOfDerivedHierarchyContextIdentifier
'Utilisation
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

Le type DerivedHierarchyLevel expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DerivedHierarchyLevel Initializes a new instance of the DerivedHierarchyLevel class.

Haut de la page

Propriétés

  Nom Description
Propriété publique AuditInfo Gets or sets audit information. (hérité de MdmDataContractOfDerivedHierarchyContextIdentifier.)
Propriété publique DisplayName Gets or sets the name to be displayed.
Propriété publique ExtensionData Gets or sets the structure that contains extra data. (hérité de DataContractBase.)
Propriété publique ForeignEntityId Gets or sets the foreign entity ID.
Propriété publique ForeignId Gets or sets the foreign ID.
Propriété publique ForeignType Gets or sets the HierarchyItemType that is specified in the ForeignId.
Propriété publique Identifier Gets or sets the ID of MDM data contract of a derived hierarchy. (hérité de MdmDataContractOfDerivedHierarchyContextIdentifier.)
Propriété publique IsRecursive Gets or sets a value indicating whether the derived hierarchy level has a recursive relationship.
Propriété publique IsVisible Gets or sets a value that indicates whether the level is visible within the derived hierarchy.
Propriété publique LevelNumber Gets or sets the level number.
Propriété publique MemberType Gets or sets the member type.
Propriété publique Permission Gets or sets a security permission. (hérité de MdmDataContractOfDerivedHierarchyContextIdentifier.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices