3.1.4.37.2.1 ExportViewUpdateRequest

The ExportViewUpdateRequest element specifies the details of the export view update request.

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

   <xs:element name="ExportViewUpdateRequest">
     <xs:complexType>
          <xs:sequence>
         <xs:element xmlns:q428="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" minOccurs="0" name="ExportView" nillable="true" type="q428:ExportView"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>

ExportView: Specifies the export view by using the ExportView complex type.