Udostępnij za pośrednictwem


Metoda Service.EntityMemberAttributesGet

Pobiera określony zestaw wartości atrybut z określonej listy członków.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
Public Function EntityMemberAttributesGet ( _
    request As EntityMemberAttributesGetRequest _
) As EntityMemberAttributesGetResponse
'Użycie
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

Wartość zwracana

Typ: Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAttributesGetResponse
EntityMemberAttributesGetResponse.

Implementacje

IService.EntityMemberAttributesGet(EntityMemberAttributesGetRequest)