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::EntityMembersGetResponse ^ EntityMembersGet(Microsoft::MasterDataServices::EntityMembersGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMembersGetEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMembersGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMembersGetResponse")]
public Microsoft.MasterDataServices.EntityMembersGetResponse EntityMembersGet (Microsoft.MasterDataServices.EntityMembersGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMembersGetEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMembersGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMembersGetResponse")>]
abstract member EntityMembersGet : Microsoft.MasterDataServices.EntityMembersGetRequest -> Microsoft.MasterDataServices.EntityMembersGetResponse
Public Function EntityMembersGet (request As EntityMembersGetRequest) As EntityMembersGetResponse
Parameters
- request
- EntityMembersGetRequest
Get request.
Returns
A new instance of type EntityMembersGetResponse.
- Attributes
Remarks
By default, the request gets leaf members. To get other types of members, specify the type by using MemberType in the request.