ServiceClient.IService.HierarchyMembersGet(HierarchyMembersGetRequest) 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 the parent-child members from a hierarchy relative to a parent node.
virtual Microsoft::MasterDataServices::HierarchyMembersGetResponse ^ Microsoft.MasterDataServices.IService.HierarchyMembersGet(Microsoft::MasterDataServices::HierarchyMembersGetRequest ^ request) = Microsoft::MasterDataServices::IService::HierarchyMembersGet;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.HierarchyMembersGetResponse IService.HierarchyMembersGet (Microsoft.MasterDataServices.HierarchyMembersGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.HierarchyMembersGet : Microsoft.MasterDataServices.HierarchyMembersGetRequest -> Microsoft.MasterDataServices.HierarchyMembersGetResponse
override this.Microsoft.MasterDataServices.IService.HierarchyMembersGet : Microsoft.MasterDataServices.HierarchyMembersGetRequest -> Microsoft.MasterDataServices.HierarchyMembersGetResponse
Function HierarchyMembersGet (request As HierarchyMembersGetRequest) As HierarchyMembersGetResponse Implements IService.HierarchyMembersGet
Parameters
- request
- HierarchyMembersGetRequest
The get request.
Returns
The HierarchyMembersGetResponse for the operation.
Implements
- Attributes