IService.EntityMembersGet(EntityMembersGetRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a filtered set of members and their data from an entity.
public:
Microsoft::MasterDataServices::Services::MessageContracts::EntityMembersGetResponse ^ EntityMembersGet(Microsoft::MasterDataServices::Services::MessageContracts::EntityMembersGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.EntityMembersGetResponse EntityMembersGet (Microsoft.MasterDataServices.Services.MessageContracts.EntityMembersGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member EntityMembersGet : Microsoft.MasterDataServices.Services.MessageContracts.EntityMembersGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.EntityMembersGetResponse
Public Function EntityMembersGet (request As EntityMembersGetRequest) As EntityMembersGetResponse
Parameters
- request
- EntityMembersGetRequest
The request.
Returns
- Attributes
Remarks
The EntityMembersGet(EntityMembersGetRequest) operation retrieves a filtered set of members and their data from an entity. This operation is specialized to tabular retrieval of members and their attributes, and it is optimized for retrieving small batches of members within a single entity. This operation does not return file attribute file contents.
The EntityMembersGet(EntityMembersGetRequest) operation is used to return member and hierarchy data as specified. This operation is optimized for retrieval of a select subset of members within an entity. This operation is used within the context of a single entity and single version. Results include member attributes and hierarchy parents from associated hierarchies.