3.1.4.23.2.2 EntityMemberKeyGetResponse

The EntityMemberKeyGetResponse element holds the response details.

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

   <xs:element name="EntityMemberKeyGetResponse">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q416="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="MemberKeys" nillable="true" type="q416:ArrayOfMemberKey"/>
         <xs:element xmlns:q417="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="OperationResult" nillable="true" type="q417:OperationResult"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

MemberKeys: Specifies a collection of member keys that contain member codes (if the internal ID is provided) or the internal ID (if member codes are provided) by using the ArrayOfMemberKey complex type.

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