3.1.4.35.4.1 SqlAuthenticationMode

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

Specifies a desired mode of authentication to the database server.

 <xs:simpleType name="SqlAuthenticationMode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="SqlServerAuth"/>
     <xs:enumeration value="SqlServerAuthOrWindowsAuth"/>
   </xs:restriction>
 </xs:simpleType>

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

Value

Meaning

SqlServerAuth

Specifies that authentication to the database server will be done using SQL authentication.

SqlServerAuthOrWindowsAuth

Specifies that authentication to the database server will be done either with SQL authentication or with the Security Support Provider Interface (SSPI).