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: 
   InfigoSDKAssembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public enum AccessType | 
| Visual Basic (Declaration) | 
|---|
| Public Enumeration AccessType | 
| Visual C++ | 
|---|
| public enum class AccessType | 
 Members
Members
| Member name | Description | |
|---|---|---|
| Access | 
            Access files.
             | |
| Access_XML | 
            Access XML files (from Access 2007).
             | 





