Поделиться через


Класс DerivedHierarchy

Specifies an already defined data relationship and prepares that relationship to be displayed in a hierarchical fashion.

Иерархия наследования

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.MdmDataContractOfModelContextIdentifier
      Microsoft.MasterDataServices.DerivedHierarchy

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "DerivedHierarchy", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class DerivedHierarchy _
    Inherits MdmDataContractOfModelContextIdentifier
'Применение
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

Тип DerivedHierarchy обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DerivedHierarchy Initializes a new instance of the DerivedHierarchy class.

В начало

Свойства

  Имя Описание
Открытое свойство AnchorNullRecursions Gets or sets a value indicating whether to anchor null recursive relationships in the derived hierarchy.
Открытое свойство AuditInfo Gets or sets audit information. (Производный от MdmDataContractOfModelContextIdentifier.)
Открытое свойство ExtensionData Gets or sets the structure that contains extra data. (Производный от DataContractBase.)
Открытое свойство FullyQualifiedName Gets or sets the fully qualified name of the derived hierarchy.
Открытое свойство Identifier Gets or sets the ID of the model context. (Производный от 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. (Производный от MdmDataContractOfModelContextIdentifier.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices