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 filtered set of members and their data from an entity.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function EntityMembersGet ( _
request As EntityMembersGetRequest _
) As EntityMembersGetResponse Implements IService.EntityMembersGet
'Usage
Dim instance As ServiceClient
Dim request As EntityMembersGetRequest
Dim returnValue As EntityMembersGetResponse
returnValue = CType(instance, IService).EntityMembersGet(request)
EntityMembersGetResponseIService.EntityMembersGet(
EntityMembersGetRequest request
)
private:
virtual EntityMembersGetResponse^ EntityMembersGet(
EntityMembersGetRequest^ request
) sealed = IService::EntityMembersGet
private abstract EntityMembersGet :
request:EntityMembersGetRequest -> EntityMembersGetResponse
private override EntityMembersGet :
request:EntityMembersGetRequest -> EntityMembersGetResponse
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.
Parameter
- request
Typ: Microsoft.MasterDataServices.EntityMembersGetRequest
The get request.
Rückgabewert
Typ: Microsoft.MasterDataServices.EntityMembersGetResponse
The EntityMembersGetResponse for the operation.
Implementiert
IService.EntityMembersGet(EntityMembersGetRequest)
Hinweise
By default, the request gets leaf members. To get other types of members, specify the type by using MemberType in the request.