3.1.4.27.2.2 EntityMembersGetResponse

The EntityMembersGetResponse element returns a response that contains one or more of the following complex types:

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

   <xs:element name="EntityMembersGetResponse">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q208="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="EntityMembers" nillable="true" type="q208:EntityMembers"/>
         <xs:element xmlns:q209="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="EntityMembersInformation" nillable="true" type="q209:EntityMembersInformation"/>
         <xs:element xmlns:q210="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="OperationResult" nillable="true" type="q210:OperationResult"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

EntityMembers: Specifies a collection of the members from a single entity and member type, along with their context information.

EntityMembersInformation: Specifies member count and page count information for the identified entity members.

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