3.1.4.12.3.1 GetDataConnectivityParameters

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

This complex type specifies the input data for the GetDataConnectivity protocol operation.

 <xs:complexType name="GetDataConnectivityParameters" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:ServiceParameters">
       <xs:attribute name="ProtocolVersion" type="xs:string"/>
       <xs:attribute name="Permission" type="tns:ConnectivityPermissionLevel" use="required"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ProtocolVersion: An Access Services Protocol Version ([MS-ASDT] section 3.1.1.1). MUST be the same value that the protocol server returns from a call to GetApplicationInformation (section 3.1.4.4) in the ProtocolVersion element of the GetAppInfoResult (section 3.1.4.4.3.2).

Permission: A ConnectivityPermissionLevel, as specified by section 2.2.5.2. MUST be present.