Метод EntityMemberAttributesGet
Retrieves a specified set of attribute values from a specified list of members.
Пространство имен: Microsoft.MasterDataServices.Services
Сборка: Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)
Синтаксис
'Декларация
Public Function EntityMemberAttributesGet ( _
request As EntityMemberAttributesGetRequest _
) As EntityMemberAttributesGetResponse
'Применение
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
Параметры
- request
Тип: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .EntityMemberAttributesGetRequest
Get request.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .EntityMemberAttributesGetResponse
EntityMemberAttributesGetResponse.
Реализует
IService. . :: . .EntityMemberAttributesGet(EntityMemberAttributesGetRequest)