2.2.5.2 ConnectivityPermissionLevel

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

Specifies the permission level of a login that is used to connect to the database application directly.

 <xs:simpleType name="ConnectivityPermissionLevel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Reader"/>
     <xs:enumeration value="Writer"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the ConnectivityPermissionLevel simple type.

Value

Meaning

Reader

With this permission level, the login has only read permission to the database application

Writer

With this permission level, the login has read and write permissions to the database application.