Used for creating data sources reading from Microsoft Access files. Can be the new XML file format (starting from Access 2007) or the old binary format.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum AccessType
Visual Basic (Declaration)
Public Enumeration AccessType
Visual C++
public enum class AccessType

Members

Member nameDescription
Access
Access files.
Access_XML
Access XML files (from Access 2007).

See Also