Freigeben über


ServiceClient.IService.EntityMemberAttributesGet-Methode

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

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
Private Function EntityMemberAttributesGet ( _
    request As EntityMemberAttributesGetRequest _
) As EntityMemberAttributesGetResponse Implements IService.EntityMemberAttributesGet
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Rückgabewert

Typ: Microsoft.MasterDataServices.EntityMemberAttributesGetResponse
The EntityMemberAttributesGetResponse for the operation.

Implementiert

IService.EntityMemberAttributesGet(EntityMemberAttributesGetRequest)

Siehe auch

Verweis

ServiceClient Klasse

Microsoft.MasterDataServices-Namespace