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 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
- request
Typ: Microsoft.MasterDataServices.EntityMemberAttributesGetRequest
The get request.
Rückgabewert
Typ: Microsoft.MasterDataServices.EntityMemberAttributesGetResponse
The EntityMemberAttributesGetResponse for the operation.
Implementiert
IService.EntityMemberAttributesGet(EntityMemberAttributesGetRequest)