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


Класс HierarchyMembers

Represents a class used by HierarchyMembersGet.

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

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.HierarchyMembers

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

Синтаксис

'Декларация
<DataContractAttribute(Name := "HierarchyMembers", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class HierarchyMembers _
    Inherits DataContractBase
'Применение
Dim instance As HierarchyMembers
[DataContractAttribute(Name = "HierarchyMembers", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class HierarchyMembers : DataContractBase
[DataContractAttribute(Name = L"HierarchyMembers", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class HierarchyMembers : public DataContractBase
[<DataContractAttribute(Name = "HierarchyMembers", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type HierarchyMembers =  
    class 
        inherit DataContractBase 
    end
public class HierarchyMembers extends DataContractBase

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство EntityId Gets or sets the entity identifier of the parent child data to get.
Открытое свойство HierarchyId Gets or sets the hierarchy identifier of the parent child data to get.
Открытое свойство HierarchyType Gets or sets the hierarchy type (explicit or derived).
Открытое свойство Members Gets or sets the member data retrieved by the operation.
Открытое свойство ModelId Gets or sets the model identifier of the parent child data to get.
Открытое свойство VersionId Gets or sets the version identifier of the parent child data to get.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод SetProperty<T> Инфраструктура. Sets the property using the specified values. (Производный от DataContractBase.)
Открытый метод ToString (Производный от Object.)

В начало

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

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

См. также

Справочник

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