Service.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

参数

返回值

类型:Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAttributesGetResponse
The EntityMemberAttributesGetResponse for the operation.

实现

IService.EntityMemberAttributesGet(EntityMemberAttributesGetRequest)

请参阅

参考

Service 类

Microsoft.MasterDataServices.Services 命名空间