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


Класс EntityMembersInformation

Represents a data response describing the EntityMembers result set that is returned in the same response.

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

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.EntityMembersInformation

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство ExtensionData Gets or sets the structure that contains extra data. (Производный от DataContractBase.)
Открытое свойство MemberCount Gets or sets the count of members based on the applied search term.
Открытое свойство PageNumber Gets or sets the number of the page provided.
Открытое свойство TotalMemberCount Gets or sets the total visible records based on security and the hierarchy parent filter.
Открытое свойство TotalPages Gets or sets the total number of pages provided.

В начало

Методы

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

В начало

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

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

См. также

Справочник

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