ServiceClient.IService.EntityMemberAttributesGet 方法
Retrieves the specified set of attribute values from a specified list of members.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
Private Function EntityMemberAttributesGet ( _
request As EntityMemberAttributesGetRequest _
) As EntityMemberAttributesGetResponse Implements IService.EntityMemberAttributesGet
用法
Dim instance As ServiceClient
Dim request As EntityMemberAttributesGetRequest
Dim returnValue As EntityMemberAttributesGetResponse
returnValue = CType(instance, IService).EntityMemberAttributesGet(request)
EntityMemberAttributesGetResponseIService.EntityMemberAttributesGet(
EntityMemberAttributesGetRequest request
)
private:
virtual EntityMemberAttributesGetResponse^ EntityMemberAttributesGet(
EntityMemberAttributesGetRequest^ request
) sealed = IService::EntityMemberAttributesGet
private abstract EntityMemberAttributesGet :
request:EntityMemberAttributesGetRequest -> EntityMemberAttributesGetResponse
private override EntityMemberAttributesGet :
request:EntityMemberAttributesGetRequest -> EntityMemberAttributesGetResponse
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。
参数
- request
类型:Microsoft.MasterDataServices.EntityMemberAttributesGetRequest
The get request.
返回值
类型:Microsoft.MasterDataServices.EntityMemberAttributesGetResponse
The EntityMemberAttributesGetResponse for the operation.
实现
IService.EntityMemberAttributesGet(EntityMemberAttributesGetRequest)