3.1.4.45.2.2 ModelMembersBulkMergeResponse

The ModelMembersBulkMergeResponse element provides results from the ModelMembersBulkMerge operation.

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

   <xs:element name="ModelMembersBulkMergeResponse">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q310="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="OperationResult" nillable="true" type="q310:OperationResult"/>
         <xs:element xmlns:q311="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="StagingBatches" nillable="true" type="q311:ArrayOfIdentifier"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

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

StagingBatches: Specifies the identifiers of the staging batches.