3.1.4.12.3.2 GetDataConnectivityResult

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

The result data for the GetDataConnectivity WSDL operation.

 <xs:complexType name="GetDataConnectivityResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:ServiceResult">
       <xs:sequence>
         <xs:element minOccurs="1" maxOccurs="1" name="Error" nillable="true" type="tns:ServiceError"/>
       </xs:sequence>
       <xs:attribute name="UserName" type="xs:string"/>
       <xs:attribute name="Password" type="xs:string"/>
       <xs:attribute name="Permission" type="tns:ConnectivityPermissionLevel" use="required"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Error: A ServiceError element (section 2.2.4.13) that, if not nil ([XMLSCHEMA1/2] section 2.7.2), specifies an error that occurred on the protocol server. If the protocol operation succeeded, this element MUST be nil.

UserName: A string ([XMLSCHEMA2] section 3.2.1) that specifies the username for the logging in the database application. MUST be present.

Password: A string ([XMLSCHEMA2] section 3.2.1) that specifies the password for the username. MUST be present.

Permission: A ConnectivityPermissionLevel, as specified by section 2.2.5.2. Specifies the permission level of the login. MUST be present.