Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves a specified set of attribute values from a specified list of members.
Namespace: Microsoft.MasterDataServices.Services
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Function EntityMemberAttributesGet ( _
request As EntityMemberAttributesGetRequest _
) As EntityMemberAttributesGetResponse
'Usage
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
Parameter
- request
Typ: Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAttributesGetRequest
The get request.
Rückgabewert
Typ: Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAttributesGetResponse
The EntityMemberAttributesGetResponse for the operation.
Implementiert
IService.EntityMemberAttributesGet(EntityMemberAttributesGetRequest)