Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.