3.1.4.38.2.2 HierarchyMembersGetResponse

The HierarchyMembersGetResponse element is a response that returns NULL or one of the following complex types:

The following is the XML schema definition of the HierarchyMembersGetResponse element.

   <xs:element name="HierarchyMembersGetResponse">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q243="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="HierarchyMembers" nillable="true" type="q243:HierarchyMembers"/>
         <xs:element xmlns:q244="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="OperationResult" nillable="true" type="q244:OperationResult"/>
       </xs:sequence>
     </xs:complexType>
  </xs:element>

HierarchyMembers: Specifies the hierarchy and a list of its members that were retrieved.

OperationResult: Specifies the list of errors that is returned if the operation fails.