3.1.4.19.3.1 GetDataConnectivityParameters

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Access.Services.WebService

The GetDataConnectivityParameters 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="tns5:ServiceParameters">
       <xs:sequence>
         <xs:element xmlns:tns1="http://schemas.datacontract.org/2004/07/Microsoft.Office.Access.Services.Data" minOccurs="0" name="Permission" type="tns1:ConnectivityPermissionLevel"/>
         <xs:element minOccurs="0" name="ProtocolVersion" nillable="true" type="xs:string"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Permission: MUST be present. See description of Permission ([MS-AADT] section 3.1.4.12.3.1).

ProtocolVersion:  See description of ProtocolVersion ([MS-AADT] section 3.1.4.12.3.1).