3.1.4.5.3.2 GetLinkedTableInformationResult

Namespace: http://schemas.microsoft.com/office/Access/2010/11/Server/WebServices/ApplicationDesignService

The GetLinkedTableInformationResult complex type specifies the linked table ([MS-AXL2] section 2.1.1.6) created on the protocol server.

 <xs:complexType name="GetLinkedTableInformationResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:ServiceResult">
       <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="Objects" type="tns:AccessObjectList"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Objects: An AccessObjectList complex type (section 2.2.4.3) that contains the linked table. This element MUST be present, and MUST contain exactly one AccessObject complex type (section 2.2.4.1), and the ObjectType of that element MUST be "LinkedTable".