3.1.4.69.2.2 TransactionAnnotationsGetResponse

The TransactionAnnotationsGetResponse element holds the details of the response.

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

   <xs:element name="TransactionAnnotationsGetResponse">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q401="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="Annotations" nillable="true" type="q401:ArrayOfAnnotation"/>
         <xs:element xmlns:q402="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="OperationResult" nillable="true" type="q402:OperationResult"/>
         <xs:element minOccurs="0" name="TransactionId" type="xs:int"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

Annotations: Specifies a collection of annotations that are returned by using the ArrayOfAnnotation complex type.

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

TransactionId: Specifies the ID of the transaction whose annotations were returned.