Clase DerivedHierarchy
Specifies an already defined data relationship and prepares that relationship to be displayed in a hierarchical fashion.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.MdmDataContractOfModelContextIdentifier
Microsoft.MasterDataServices.DerivedHierarchy
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "DerivedHierarchy", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class DerivedHierarchy _
Inherits MdmDataContractOfModelContextIdentifier
'Uso
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
El tipo DerivedHierarchy expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
DerivedHierarchy | Initializes a new instance of the DerivedHierarchy class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AnchorNullRecursions | Gets or sets a value indicating whether to anchor null recursive relationships in the derived hierarchy. | |
AuditInfo | Gets or sets audit information. (Se hereda de MdmDataContractOfModelContextIdentifier.) | |
ExtensionData | Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.) | |
FullyQualifiedName | Gets or sets the fully qualified name of the derived hierarchy. | |
Identifier | Gets or sets the ID of the model context. (Se hereda de 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. (Se hereda de MdmDataContractOfModelContextIdentifier.) |
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.