Класс 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