Clase DerivedHierarchyLevel
Specifies a single level within the derived hierarchy data relationship tree.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MdmDataContractOfDerivedHierarchyContextIdentifier
Microsoft.MasterDataServices.DerivedHierarchyLevel
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "DerivedHierarchyLevel", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class DerivedHierarchyLevel _
Inherits MdmDataContractOfDerivedHierarchyContextIdentifier
'Uso
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
El tipo DerivedHierarchyLevel expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
DerivedHierarchyLevel | Initializes a new instance of the DerivedHierarchyLevel class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AuditInfo | Gets or sets audit information. (Se hereda de MdmDataContractOfDerivedHierarchyContextIdentifier.) | |
DisplayName | Gets or sets the name to be displayed. | |
ExtensionData | Gets or sets the structure that contains extra data. (Se hereda de 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. (Se hereda de 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. (Se hereda de MdmDataContractOfDerivedHierarchyContextIdentifier.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.