Classe EntityMembersInformation
Represents a data response describing the EntityMembers result set that is returned in the same response.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices..::..EntityMembersInformation
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "EntityMembersInformation", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class EntityMembersInformation _
Implements IExtensibleDataObject
'Uso
Dim instance As EntityMembersInformation
[DataContractAttribute(Name = "EntityMembersInformation", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersInformation : IExtensibleDataObject
[DataContractAttribute(Name = L"EntityMembersInformation", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityMembersInformation : IExtensibleDataObject
[<DataContractAttribute(Name = "EntityMembersInformation", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembersInformation =
class
interface IExtensibleDataObject
end
public class EntityMembersInformation implements IExtensibleDataObject
O tipo EntityMembersInformation expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EntityMembersInformation | Initializes a new instance of the EntityMembersInformation class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ExtensionData | Gets or sets an object containing extra data. | |
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.