Compartilhar via


Método Service.EntityMemberAttributesGet

Retrieves a specified set of attribute values from a specified list of members.

Namespace:  Microsoft.MasterDataServices.Services
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)

Sintaxe

'Declaração
Public Function EntityMemberAttributesGet ( _
    request As EntityMemberAttributesGetRequest _
) As EntityMemberAttributesGetResponse
'Uso
Dim instance As Service 
Dim request As EntityMemberAttributesGetRequest 
Dim returnValue As EntityMemberAttributesGetResponse 

returnValue = instance.EntityMemberAttributesGet(request)
public EntityMemberAttributesGetResponse EntityMemberAttributesGet(
    EntityMemberAttributesGetRequest request
)
public:
virtual EntityMemberAttributesGetResponse^ EntityMemberAttributesGet(
    EntityMemberAttributesGetRequest^ request
) sealed
abstract EntityMemberAttributesGet : 
        request:EntityMemberAttributesGetRequest -> EntityMemberAttributesGetResponse  
override EntityMemberAttributesGet : 
        request:EntityMemberAttributesGetRequest -> EntityMemberAttributesGetResponse
public final function EntityMemberAttributesGet(
    request : EntityMemberAttributesGetRequest
) : EntityMemberAttributesGetResponse

Parâmetros

Valor de retorno

Tipo: Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAttributesGetResponse
The EntityMemberAttributesGetResponse for the operation.

Implementa

IService.EntityMemberAttributesGet(EntityMemberAttributesGetRequest)

Consulte também

Referência

Service Classe

Namespace Microsoft.MasterDataServices.Services