3.1.4.36.2.2 ExportViewListGetResponse

The ExportViewListGetResponse element holds the details of the response.

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

   <xs:element name="ExportViewListGetResponse">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q432="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="ExportViews" nillable="true" type="q432:ArrayOfExportView"/>
         <xs:element xmlns:q433="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="OperationResult" nillable="true" type="q433:OperationResult"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

ExportViews: Specifies a collection of export views that are returned by using the ArrayOfExportView complex type.

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